mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Small documentation improvements and texts update
This commit is contained in:
parent
806f8f67d5
commit
ca4c1b4b95
41 changed files with 2160 additions and 1167 deletions
|
|
@ -96,14 +96,14 @@ Keyboard Markup
|
|||
and :class:`aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup` has no methods to extend it,
|
||||
instead you have to use markup builders :class:`aiogram.utils.keyboard.ReplyKeyboardBuilder`
|
||||
and :class:`aiogram.utils.keyboard.KeyboardBuilder` respectively
|
||||
(:ref:`Read more » <keyboard-builder>`)
|
||||
(:ref:`Read more » <Keyboard builder>`)
|
||||
|
||||
|
||||
Callbacks data
|
||||
==============
|
||||
|
||||
- Callback data factory now is strictly typed via `pydantic <https://docs.pydantic.dev/>`_ models
|
||||
(:ref:`Read more » <callback-data-factory>`)
|
||||
(:ref:`Read more » <Callback data factory>`)
|
||||
|
||||
|
||||
Finite State machine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue