Answer the question
In order to leave comments, you need to log in
Why does the bot not immediately receive a message through register_next_step_handler?
Question, there is a script: (PyTelegramBotAPI library)
@bot.callback_query_handler(func = lambda call: True)
def answer(call):
if call.message:
if call.data == 'dbv_tlz':
bot.send_message(call.message.chat.id, '*Введите список!* Каждая позиция с новой строки', parse_mode='Markdown')
bot.register_next_step_handler(call.message, tolek_dob)
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