mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support of Bot API 7.1 (#1417)
* Added full support of Bot API 7.1 * Added changelog
This commit is contained in:
parent
e5176b4434
commit
75323ac8c3
72 changed files with 702 additions and 461 deletions
|
|
@ -43,6 +43,14 @@
|
|||
"name": "sender_chat",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Integer",
|
||||
"description": "If the sender of the message boosted the chat, the number of boosts added by the user",
|
||||
"html_description": "<td><em>Optional</em>. If the sender of the message boosted the chat, the number of boosts added by the user</td>",
|
||||
"rst_description": "*Optional*. If the sender of the message boosted the chat, the number of boosts added by the user\n",
|
||||
"name": "sender_boost_count",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Integer",
|
||||
"description": "Date the message was sent in Unix time. It is always a positive number, representing a valid date.",
|
||||
|
|
@ -107,6 +115,14 @@
|
|||
"name": "quote",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Story",
|
||||
"description": "For replies to a story, the original story",
|
||||
"html_description": "<td><em>Optional</em>. For replies to a story, the original story</td>",
|
||||
"rst_description": "*Optional*. For replies to a story, the original story\n",
|
||||
"name": "reply_to_story",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "User",
|
||||
"description": "Bot through which the message was sent",
|
||||
|
|
@ -475,6 +491,14 @@
|
|||
"name": "proximity_alert_triggered",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "ChatBoostAdded",
|
||||
"description": "Service message: user boosted the chat",
|
||||
"html_description": "<td><em>Optional</em>. Service message: user boosted the chat</td>",
|
||||
"rst_description": "*Optional*. Service message: user boosted the chat\n",
|
||||
"name": "boost_added",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "ForumTopicCreated",
|
||||
"description": "Service message: forum topic created",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue