mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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:
parent
53e5abbdee
commit
bcda7bea4c
3 changed files with 72 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue