Telegram aiogram poll_answer.option_ids problem
Why is poll_answer.option_ids result different between web and mobile versions?
Question is same, answer is same:
Web:
poll_answer.option_ids:[0, 0]
correct_ids:[0]
Mobile:
poll_answer.option_ids:[0]
correct_ids:[0]
Aiogram don’t starting
Error:Sleep for 1.000000 seconds and try again… (tryings = 0, bot id = 7011809806)
Failed to fetch updates – TelegramConflictError: Telegram server says – Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
How to initialize data at startup and get it in handler? [aiogram 3]
I am using an ML model. I need to initialize the model at start and pass (or receive) model and tokenizer to the handler to make it run the model. How to do this?
Progress bar for Telegram messages
aiogram 2.25
State in the aiogram is handled but doesn’t do the job
I need to get the phone number from the user and write it to the database, but when the user writes the number and sends it to the logs I get “INFO:aiogram.event:Update id=7250**** is handled. Duration 0 ms by bot id=643270****”, and not a single command in the handler is not executed.
This script is running on the master router in my other project. This project I split the routers, now each router is responsible for different bot cathologies.
How do I upload a pdf-file via telegram bot to a local folder using aiogram?
I created a telegram bot to analyze user texts. Now I want to add the ability to process a pdf-file after clicking on the “Document Analysis” button. But I have no idea how to solve this problem, searching the Internet does not give a good result. ChatGPT doesn’t give good results either