updateDraftMessage
Notifies a change of a message draft.
type tg.UpdateDraftMessage struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | PeerClass | yes | The peer to which the draft is associated |
TopMsgID | int | — | ID of the forum topic to which the draft is associated |
SavedPeerID | PeerClass | — | If set, the draft is related to the specified monoforum topic ID ». |
Draft | DraftMessageClass | yes | The draft |
References
- Official documentation
- Generated Go reference
- TL definition:
updateDraftMessage#edfc111e