I need create a Telegram bot that will send messages to the user with several inline buttons. When clicking on one of them, the bot should simply repeat the user’s choice and immediately send a next message. After the user answers all 4 questions, the bot will collect information from my dataset and form a portfolio based on the user’s answers. How do I implement this for aiogram 3.x?
I tried to create it by adding pagination, but the bot doesn’t work immediately after the first message, it just doesn’t know what to do.
drika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.