How to implement a tooltip when entering a command in aiogram Python?
You enter a command in a line and a small field is shown as a tooltip, example below.
I've tried googling for information, documentation, but I haven't really found what I'm looking for
The tooltip you're searching for is called Inline Mode.
In order to enable it for your bot:
Then you'll have the option to edit the inline placeholder that will be shown in the chat.