Added full support of Bot API 7.1 (#1417)

* Added full support of Bot API 7.1

* Added changelog
This commit is contained in:
Alex Root Junior 2024-02-16 23:44:35 +02:00 committed by GitHub
parent e5176b4434
commit 75323ac8c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 702 additions and 461 deletions

View 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"
}
}