mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 11:25:54 +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
|
|
@ -491,6 +491,14 @@
|
|||
"name": "successful_payment",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "RefundedPayment",
|
||||
"description": "Message is a service message about a refunded payment, information about the payment.",
|
||||
"html_description": "<td><em>Optional</em>. Message is a service message about a refunded payment, information about the payment. <a href=\"#payments\">More about payments »</a></td>",
|
||||
"rst_description": "*Optional*. Message is a service message about a refunded payment, information about the payment. `More about payments » <https://core.telegram.org/bots/api#payments>`_\n",
|
||||
"name": "refunded_payment",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "UsersShared",
|
||||
"description": "Service message: users were shared with the bot",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue