Skip to content

deleteChatReplyMarkup

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

Deletes default reply markup from chat.

deleteChatReplyMarkup(chat_id, message_id)

This method needs to be called after one-time keyboard or ForceReply reply markup has been used.
UpdateChatReplyMarkup will be send if reply markup will be changed.

Option Description
chat_id Chat identifier.
message_id Message identifier of used keyboard.

Example

deleteChatReplyMarkup(1234567890, 212)

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally