mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support for the Bot API 9.0 (#1671)
* Added full support for the Bot API 9.0 * Bump version
This commit is contained in:
parent
25e9127db9
commit
2c2bd61551
231 changed files with 9565 additions and 389 deletions
|
|
@ -187,6 +187,14 @@
|
|||
"name": "author_signature",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Integer",
|
||||
"description": "The number of Telegram Stars that were paid by the sender of the message to send it",
|
||||
"html_description": "<td><em>Optional</em>. The number of Telegram Stars that were paid by the sender of the message to send it</td>",
|
||||
"rst_description": "*Optional*. The number of Telegram Stars that were paid by the sender of the message to send it\n",
|
||||
"name": "paid_star_count",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"description": "For text messages, the actual UTF-8 text of the message",
|
||||
|
|
@ -515,6 +523,22 @@
|
|||
"name": "chat_shared",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "GiftInfo",
|
||||
"description": "Service message: a regular gift was sent or received",
|
||||
"html_description": "<td><em>Optional</em>. Service message: a regular gift was sent or received</td>",
|
||||
"rst_description": "*Optional*. Service message: a regular gift was sent or received\n",
|
||||
"name": "gift",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "UniqueGiftInfo",
|
||||
"description": "Service message: a unique gift was sent or received",
|
||||
"html_description": "<td><em>Optional</em>. Service message: a unique gift was sent or received</td>",
|
||||
"rst_description": "*Optional*. Service message: a unique gift was sent or received\n",
|
||||
"name": "unique_gift",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"description": "The domain name of the website on which the user has logged in.",
|
||||
|
|
@ -643,6 +667,14 @@
|
|||
"name": "giveaway_completed",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "PaidMessagePriceChanged",
|
||||
"description": "Service message: the price for paid messages has changed in the chat",
|
||||
"html_description": "<td><em>Optional</em>. Service message: the price for paid messages has changed in the chat</td>",
|
||||
"rst_description": "*Optional*. Service message: the price for paid messages has changed in the chat\n",
|
||||
"name": "paid_message_price_changed",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "VideoChatScheduled",
|
||||
"description": "Service message: video chat scheduled",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue