Added full support of Bot API 7.7

This commit is contained in:
JRoot Junior 2024-07-07 15:32:25 +03:00
parent 2ac2650165
commit 6cb5e036e8
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
10 changed files with 212 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",