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:
Alex Root Junior 2025-04-12 23:29:48 +03:00 committed by GitHub
parent 25e9127db9
commit 2c2bd61551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
231 changed files with 9565 additions and 389 deletions

View file

@ -44,12 +44,12 @@
"required": true
},
{
"type": "Boolean",
"description": "True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours",
"html_description": "<td>True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours</td>",
"rst_description": "True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours\n",
"name": "can_reply",
"required": true
"type": "BusinessBotRights",
"description": "Rights of the business bot",
"html_description": "<td><em>Optional</em>. Rights of the business bot</td>",
"rst_description": "*Optional*. Rights of the business bot\n",
"name": "rights",
"required": false
},
{
"type": "Boolean",
@ -58,6 +58,18 @@
"rst_description": "True, if the connection is active\n",
"name": "is_enabled",
"required": true
},
{
"type": "Boolean",
"description": "True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours",
"html_description": "<td>True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours</td>",
"rst_description": "True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours\n",
"name": "can_reply",
"required": false,
"deprecated": {
"version": "9.0",
"release_date": "2025-04-11"
}
}
],
"category": "types"