C
C
Chechechevichka2020-06-10 12:27:06
Python
Chechechevichka, 2020-06-10 12:27:06

How to remove buttons?

Hello!
How to remove these buttons after being clicked on.
Here is the button code

markup = types.ReplyKeyboardMarkup(resize_keyboard=True)
    item1 = types.KeyboardButton("Да")
    item2 = types.KeyboardButton("Нет")
    markup.add(item1, item2)
    bot.send_message(message.from_user.id,' text ', reply_markup=markup)

Thanks in advance. This is a telegram bot.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question