mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support of Bot API 7.11 (#1601)
* Added full support of Bot API 7.11 * Small fixes * Added changelog
This commit is contained in:
parent
4531c3628c
commit
405bbcc36f
165 changed files with 1619 additions and 573 deletions
10
docs/api/types/copy_text_button.rst
Normal file
10
docs/api/types/copy_text_button.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
##############
|
||||
CopyTextButton
|
||||
##############
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.copy_text_button
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
|
|
@ -69,6 +69,7 @@ Available types
|
|||
chat_photo
|
||||
chat_shared
|
||||
contact
|
||||
copy_text_button
|
||||
dice
|
||||
document
|
||||
external_reply_info
|
||||
|
|
@ -238,6 +239,7 @@ Payments
|
|||
transaction_partner_fragment
|
||||
transaction_partner_other
|
||||
transaction_partner_telegram_ads
|
||||
transaction_partner_telegram_api
|
||||
transaction_partner_user
|
||||
|
||||
Telegram Passport
|
||||
|
|
|
|||
10
docs/api/types/transaction_partner_telegram_api.rst
Normal file
10
docs/api/types/transaction_partner_telegram_api.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#############################
|
||||
TransactionPartnerTelegramApi
|
||||
#############################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.transaction_partner_telegram_api
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
Loading…
Add table
Add a link
Reference in a new issue