I need to remove the button from ReplyKeyboardMarkup. I search in Google very well.
The telebot library(PyTelegramBotAPI) is used.
Thank you in advance 🙂
Question posted in Telegram API
A comprehensive official documentation can be found here.
A comprehensive official documentation can be found here.
2
Answers
Use
telebot.types.ReplyKeyboardRemove
to remove keyboardYou should use edit_message_reply_markup method to send a new set of buttons.