View Source ExTDLib.Method.SetChatDraftMessage (ExTDLib v0.0.4)
Changes the draft message in a chat. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| message_thread_id | string | If not 0, a message thread identifier in which the draft was changed. |
| draft_message | draftMessage | New draft message; pass null to remove the draft. |
More details on telegram's documentation.