Update KeyboardBuilder utility, fixed type-hints for button method, a… (#1399)

* Update KeyboardBuilder utility, fixed type-hints for button method, adjusted limits of the different markup types to real world values.

* Added changelog

* Fixed coverage

* Update aiogram/utils/keyboard.py

Co-authored-by: Suren Khorenyan <surenkhorenyan@gmail.com>

* Fixed codestyle

---------

Co-authored-by: Suren Khorenyan <surenkhorenyan@gmail.com>
This commit is contained in:
Alex Root Junior 2024-01-27 19:01:19 +02:00 committed by GitHub
parent d3c63797b0
commit 844d6f58f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 108 additions and 76 deletions

1
CHANGES/1399.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Update KeyboardBuilder utility, fixed type-hints for button method, adjusted limits of the different markup types to real world values.