View Source ExTDLib.Object.DraftMessage (ExTDLib v0.0.4)

Contains information about a message draft.

NameTypeDescription
reply_toInputMessageReplyToInformation about the message to be replied; must be of the type inputMessageReplyToMessage; may be null if none.
datenumberPoint in time (Unix timestamp) when the draft was created.
input_message_textInputMessageContentContent of the message draft; must be of the type inputMessageText.

More details on telegram's documentation.