Посты, отмеченные тегом #Прога
[PUBLIC] Idiotic frontend problem
The most fucking annoying problem in web development for me is the totally fucking unpredictable cache behavior. You change your CSS and everything is fine on the local, but nothing is applied on the server. You clear the cache EVERYWHERE, you...
[PUBLIC] Aiogram 3: Send photo with caption
Hi! U can send photo with caption and keyboard in Aiogram 3 like:...
[PUBLIC] CSS horror of text resizing
This is some fucking horror. Nowhere, neither on the internet nor in the Chat GPT, there is information about...
[PUBLIC] CSS time-reversed gradient
Hi, I found only one article on the internet about time-reversed gradient text with a normal css style example, ...
[PUBLIC] Aiogram 3: Inline buttons from list
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...