Skip to main content

sendMessageTextDraftAction

Used by bots to implement live message streaming ».

type tg.SendMessageTextDraftAction struct { /* ... */ }

Implements SendMessageAction.

Fields

NameTypeRequiredDescription
RandomIDint64yesLive draft ID: used by graphical clients to slightly change the rendering behavior, see here » for more info.
TextTextWithEntitiesyesThe contents of the live draft.

References