MadelineProto/old_docs/API_docs_v65/constructors/updateDraftMessage.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

645 B

title description
updateDraftMessage updateDraftMessage attributes, type and example

Constructor: updateDraftMessage

Back to constructors index

Attributes:

Name Type Required
peer Peer Yes
draft DraftMessage Yes

Type: Update

Example:

$updateDraftMessage = ['_' => 'updateDraftMessage', 'peer' => Peer, 'draft' => DraftMessage, ];

Or, if you're into Lua:

updateDraftMessage={_='updateDraftMessage', peer=Peer, draft=DraftMessage, }