View Source ExTDLib.Object.DraftMessage (ExTDLib v0.0.4)
Contains information about a message draft.
| Name | Type | Description |
|---|---|---|
| reply_to | InputMessageReplyTo | Information about the message to be replied; must be of the type inputMessageReplyToMessage; may be null if none. |
| date | number | Point in time (Unix timestamp) when the draft was created. |
| input_message_text | InputMessageContent | Content of the message draft; must be of the type inputMessageText. |
More details on telegram's documentation.