mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support of Bot API 7.9 (#1560)
* Added full support of Bot API 7.9 * Added changelog * Try to fix towncrier * Fixed towncrier check
This commit is contained in:
parent
1c323ecc97
commit
c3a08664d3
48 changed files with 817 additions and 114 deletions
|
|
@ -137,6 +137,7 @@ Available types
|
|||
reaction_type
|
||||
reaction_type_custom_emoji
|
||||
reaction_type_emoji
|
||||
reaction_type_paid
|
||||
reply_keyboard_markup
|
||||
reply_keyboard_remove
|
||||
reply_parameters
|
||||
|
|
|
|||
10
docs/api/types/reaction_type_paid.rst
Normal file
10
docs/api/types/reaction_type_paid.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
################
|
||||
ReactionTypePaid
|
||||
################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.reaction_type_paid
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
Loading…
Add table
Add a link
Reference in a new issue