TDLib v0.0.2 TDLib.Object.DraftMessage View Source
Contains information about a message draft.
Name | Type | Description |
---|---|---|
reply_to_message_id | string | Identifier of the message to reply to; 0 if none. |
input_message_text | InputMessageContent | Content of the message draft; this should always be of type inputMessageText. |
More details on telegram’s documentation.