mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 11:25:54 +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
25
.butcher/types/ChatBoostAdded/entity.json
Normal file
25
.butcher/types/ChatBoostAdded/entity.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"meta": {},
|
||||
"group": {
|
||||
"title": "Available types",
|
||||
"anchor": "available-types"
|
||||
},
|
||||
"object": {
|
||||
"anchor": "chatboostadded",
|
||||
"name": "ChatBoostAdded",
|
||||
"description": "This object represents a service message about a user boosting a chat.",
|
||||
"html_description": "<p>This object represents a service message about a user boosting a chat.</p>",
|
||||
"rst_description": "This object represents a service message about a user boosting a chat.",
|
||||
"annotations": [
|
||||
{
|
||||
"type": "Integer",
|
||||
"description": "Number of boosts added by the user",
|
||||
"html_description": "<td>Number of boosts added by the user</td>",
|
||||
"rst_description": "Number of boosts added by the user\n",
|
||||
"name": "boost_count",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"category": "types"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue