## Release Notes

### feat(api): generate TL-based raw docs and support draft message streaming

## Summary by Sourcery

Integrate TL schema–driven documentation generation for raw API objects and add support for streaming drafted text messages.

New Features:
- Add TLDocGenerator to build TL-based signatures, parameter trees, and examples for raw API documentation pages.
- Expose a new send_message_draft client method and corresponding Messages mixin to stream drafted text messages using SendMessageTextDraftAction.
- Introduce a new ChatAction enum member for message draft streaming status.

Enhancements:
- Wire TLDocGenerator into the docs compiler pipeline to enrich raw API docs with TL signatures, parameter trees, and usage examples.

CI:
- Relax error handling in the fetch_mtproto workflow so API schema checks do not fail the step immediately.

---------

Signed-off-by: 5hojib <yesiamshojib@gmail.com>