mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support of Bot API 7.7 (#1536)
* Added full support of Bot API 7.7 * Added changes description
This commit is contained in:
parent
2ac2650165
commit
4ddc320e21
11 changed files with 219 additions and 3 deletions
|
|
@ -242,6 +242,7 @@ Payments
|
|||
labeled_price
|
||||
order_info
|
||||
pre_checkout_query
|
||||
refunded_payment
|
||||
revenue_withdrawal_state
|
||||
revenue_withdrawal_state_failed
|
||||
revenue_withdrawal_state_pending
|
||||
|
|
|
|||
10
docs/api/types/refunded_payment.rst
Normal file
10
docs/api/types/refunded_payment.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
###############
|
||||
RefundedPayment
|
||||
###############
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.refunded_payment
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
Loading…
Add table
Add a link
Reference in a new issue