pub async fn delete_chat_reply_markup(
chat_id: i64,
message_id: i64,
client_id: i32,
) -> Result<(), Error>
Expand description
Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a replyMarkupForceReply reply markup has been used. An updateChatReplyMarkup update will be sent if the reply markup is changed
ยงArguments
chat_id
- Chat identifiermessage_id
- The message identifier of the used keyboardclient_id
- The client id to send the request to