mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
* Added base code and make code improvements * Auto-exclude coverage for `if TYPE_CHECKING:` * Fixed current coverage * Cover I18n module * Update pipeline * Fixed annotations * Added docs * Move exceptions * Added tests for KeyboardBuilder and initial docs * Remove help generator (removed from sources tree, requires rewrite) * Added patch-notes #698, #699, #700, #701, #702, #703
24 lines
647 B
ReStructuredText
24 lines
647 B
ReStructuredText
================
|
|
Keyboard builder
|
|
================
|
|
|
|
Inline Keyboard
|
|
===============
|
|
|
|
.. autoclass:: aiogram.utils.keyboard.InlineKeyboardBuilder
|
|
:members: __init__, buttons, copy, export, add, row, adjust, button, as_markup
|
|
:undoc-members: True
|
|
|
|
Reply Keyboard
|
|
==============
|
|
|
|
.. autoclass:: aiogram.utils.keyboard.ReplyKeyboardBuilder
|
|
:members: __init__, buttons, copy, export, add, row, adjust, button, as_markup
|
|
:undoc-members: True
|
|
|
|
|
|
Base builder
|
|
============
|
|
.. autoclass:: aiogram.utils.keyboard.ReplyKeyboardBuilder
|
|
:members: __init__, buttons, copy, export, add, row, adjust, button, as_markup
|
|
:undoc-members: True
|