Skip to content
#

aiogram

Here are 320 public repositories matching this topic...

Sciti
Sciti commented Feb 27, 2022

As i understand, now InlineKeyboardMarkup is just a dict with lists, so method like pop() will be useful and make code cleaner, at least for newbies like me.
For now, to make dynamic inline keyboard with deleting buttons after user clicks on them i need to recreate entire markup from changed list, but it can be simplified by using InlineKeyboardMarkup.pop() or something like that.

enhancement good first issue under discussion

Improve this page

Add a description, image, and links to the aiogram topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aiogram topic, visit your repo's landing page and select "manage topics."

Learn more