Answer the question
In order to leave comments, you need to log in
Bot.register_next_steap_handler?
def rus_2a(message):
markup=types.InlineKeyboardMarkup(row_width = 1)
b1=types.InlineKeyboardButton("Пропустить", callback_data="propusk_2a_rus")
markup.add(b1)
mes = bot.send_message(message.chat.id,"Опишите пространство проекта чтобы понять лучше нам сам проект (до 2000 символов)",reply_markup = markup)
print(helps)
bot.register_next_step_handler(mes,next(message.chat.id),nam = 1)
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