Enhance keyboard utility, improved documentation for this utility.

Updated the 'aiogram/utils/keyboard.py' file with new methods for integrating buttons and keyboard creation more seamlessly. Added functionality to create buttons from existing markup and attach another builder. This improvement aims to make the keyboard building process more user-friendly and flexible.
This commit is contained in:
Alex Root Junior 2023-07-31 01:19:43 +03:00
parent 53e5abbdee
commit bcda7bea4c
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
3 changed files with 72 additions and 12 deletions

View file

@ -24,11 +24,7 @@ from aiogram.methods import (
SendVideoNote,
SendVoice,
)
from aiogram.types import (
Chat,
ChatJoinRequest,
User,
)
from aiogram.types import Chat, ChatJoinRequest, User
class TestChatJoinRequest: