Skip to content

changeChatDraftMessage

Sahri Riza Umami edited this page Dec 8, 2016 · 3 revisions

Changes chat draft message.

changeChatDraftMessage(chat_id, reply_to_message_id, text, disable_web_page_preview, clear_draft, parse_mode)
Option Description
chat_id Chat identifier.
draft_message New draft message, nullable.

Example

changeChatDraftMessage(1234567890, 0, '<b>bold text</b>', 1, 0, 'html')

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally