sendMessageTextDraftAction
Used by bots to implement live message streaming ».
type tg.SendMessageTextDraftAction struct { /* ... */ }
Implements SendMessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
RandomID | int64 | yes | Live draft ID: used by graphical clients to slightly change the rendering behavior, see here » for more info. |
Text | TextWithEntities | yes | The contents of the live draft. |
References
- Official documentation
- Generated Go reference
- TL definition:
sendMessageTextDraftAction#376d975c