mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support ob Bot API 7.10
This commit is contained in:
parent
a2fa4c50ba
commit
c79da13d8e
27 changed files with 386 additions and 78 deletions
|
|
@ -212,6 +212,34 @@ Stickers
|
|||
sticker
|
||||
sticker_set
|
||||
|
||||
Payments
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
invoice
|
||||
labeled_price
|
||||
order_info
|
||||
paid_media_purchased
|
||||
pre_checkout_query
|
||||
refunded_payment
|
||||
revenue_withdrawal_state
|
||||
revenue_withdrawal_state_failed
|
||||
revenue_withdrawal_state_pending
|
||||
revenue_withdrawal_state_succeeded
|
||||
shipping_address
|
||||
shipping_option
|
||||
shipping_query
|
||||
star_transaction
|
||||
star_transactions
|
||||
successful_payment
|
||||
transaction_partner
|
||||
transaction_partner_fragment
|
||||
transaction_partner_other
|
||||
transaction_partner_telegram_ads
|
||||
transaction_partner_user
|
||||
|
||||
Telegram Passport
|
||||
=================
|
||||
|
||||
|
|
@ -233,33 +261,6 @@ Telegram Passport
|
|||
passport_element_error_unspecified
|
||||
passport_file
|
||||
|
||||
Payments
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
invoice
|
||||
labeled_price
|
||||
order_info
|
||||
pre_checkout_query
|
||||
refunded_payment
|
||||
revenue_withdrawal_state
|
||||
revenue_withdrawal_state_failed
|
||||
revenue_withdrawal_state_pending
|
||||
revenue_withdrawal_state_succeeded
|
||||
shipping_address
|
||||
shipping_option
|
||||
shipping_query
|
||||
star_transaction
|
||||
star_transactions
|
||||
successful_payment
|
||||
transaction_partner
|
||||
transaction_partner_fragment
|
||||
transaction_partner_other
|
||||
transaction_partner_telegram_ads
|
||||
transaction_partner_user
|
||||
|
||||
Getting updates
|
||||
===============
|
||||
|
||||
|
|
|
|||
10
docs/api/types/paid_media_purchased.rst
Normal file
10
docs/api/types/paid_media_purchased.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
##################
|
||||
PaidMediaPurchased
|
||||
##################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.paid_media_purchased
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
Loading…
Add table
Add a link
Reference in a new issue