MadelineProtoDocs/docs/TD_docs/constructors/draftMessage.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

716 B

title description image
draftMessage Contains information about draft of a message https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: draftMessage

Back to constructors index

Contains information about draft of a message

Attributes:

Name Type Required Description
reply_to_message_id int53 Yes Identifier of a message to reply to or 0
input_message_text InputMessageContent Yes Content of a draft message, always should be of a type inputMessageText

Type: DraftMessage