I would like to hide a InlineKeyboardMarkup if no answer is provided. I'm using Python and python-telegram-bot. Is this possible?
Thank you.
I would like to hide a InlineKeyboardMarkup if no answer is provided. I'm using Python and python-telegram-bot. Is this possible?
Thank you.
You can send editMessageReplyMarkup without reply_markup
parament.
As I know, there is no method can remove keyboard without sending messages, but you can send a simple message with ReplyKeyboardRemove and delete message via deleteMessage method immediately.