T
T
Tayrus02020-01-02 18:29:20
Python
Tayrus0, 2020-01-02 18:29:20

What can replace register_next_step_handler()?

Through the function register_next_step_handler()I get what the user enters, I tried to pass two parameters through this function for example

register_next_step_handler(message,seond_arg, func)
but it does not work, if I try to get what the user entered through message.textwithout calling, register_next_step_handler()then the message.textlast user input lies in it, what should I do? I need to somehow get user input or pass two parameters to register_next_step_handler()

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey, 2020-01-02
@anerev

register_next_step_handler(message, func, seond_arg)

And that doesn't work either?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question