[PUBLIC] Aiogram 3: Inline buttons from list
Опубликовано: 2024-06-03 -- Обновлено: 2024-11-16
#Прога #Aiogram
Hi! I've noticed that a lot of dudes starting to understand telegram bot development (in aiogram for sure) have problems with understanding the logic of inline buttons. Now I will try to explain by example how these buttons and their handlers are organized in Aiogram v.3. At the end of the article there will be a link to the whole code.
First, you need to understand that an inline button is a button assigned to message.
Message handlers are used for the bo...