Answer the question
In order to leave comments, you need to log in
Is it possible to somehow do something similar to input in telebot?
When using the telebot library, to process the message, I use the function:
@bot.message_handler(content_types = ["text"])
def mainloop(message):
#Место для "инпута"
bot.register_next_step_handler(message, function)
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