mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support for the Bot API 8.3
This commit is contained in:
parent
6e81294685
commit
52f2a2d616
63 changed files with 649 additions and 118 deletions
|
|
@ -228,6 +228,7 @@ Payments
|
|||
successful_payment
|
||||
transaction_partner
|
||||
transaction_partner_affiliate_program
|
||||
transaction_partner_chat
|
||||
transaction_partner_fragment
|
||||
transaction_partner_other
|
||||
transaction_partner_telegram_ads
|
||||
|
|
|
|||
10
docs/api/types/transaction_partner_chat.rst
Normal file
10
docs/api/types/transaction_partner_chat.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
######################
|
||||
TransactionPartnerChat
|
||||
######################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.transaction_partner_chat
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
Loading…
Add table
Add a link
Reference in a new issue