Answer the question
In order to leave comments, you need to log in
Why is the bot sending 2 messages?
When I press back on the custom keyboard, the bot sends two "Main Menu" messages instead of one, and if I repeat these manipulations, the bot will send even more (2, 4, 8...)
@bot.message_handler(content_types=['text'])
def main(message):
if message.text == "⬅️Назад":
bot.send_message(message.chat.id, "Главное меню", reply_markup=keyboard1)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question