Skip to content

setChatDraftMessage

Function · TDLib 1.8.67 · d1085f9c

Changes the draft message in a chat or a topic

setChatDraftMessage(
  chat_id: int53,
  topic_id: MessageTopic,
  draft_message: DraftMessage
) → Ok

chat_id

int53

Chat identifier

topic_id

MessageTopic

Topic in which the draft will be changed; pass null to change the draft for the chat itself

draft_message

DraftMessage

New draft message; pass null to remove the draft