View Source ExTDLib.Method.SetChatDraftMessage (ExTDLib v0.0.4)

Changes the draft message in a chat. Returns object_ptr<Ok>.

NameTypeDescription
chat_idstringChat identifier.
message_thread_idstringIf not 0, a message thread identifier in which the draft was changed.
draft_messagedraftMessageNew draft message; pass null to remove the draft.

More details on telegram's documentation.