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:
Alex Root Junior 2024-07-07 15:46:17 +03:00 committed by GitHub
parent 2ac2650165
commit 4ddc320e21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 219 additions and 3 deletions

View file

@ -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 &#187;</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",