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:
Alex Root Junior 2024-11-02 16:13:45 +02:00 committed by GitHub
parent 4531c3628c
commit 405bbcc36f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
165 changed files with 1619 additions and 573 deletions

View 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

View file

@ -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

View 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