Added full support for the Bot API 9.6

This commit is contained in:
JRoot Junior 2026-04-03 21:57:36 +03:00
parent 00c1130938
commit da14db0963
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
99 changed files with 2906 additions and 328 deletions

View file

@ -0,0 +1,41 @@
{
"meta": {},
"group": {
"title": "Available types",
"anchor": "available-types"
},
"object": {
"anchor": "keyboardbuttonrequestmanagedbot",
"name": "KeyboardButtonRequestManagedBot",
"description": "This object defines the parameters for the creation of a managed bot. Information about the created bot will be shared with the bot using the update managed_bot and a Message with the field managed_bot_created.",
"html_description": "<p>This object defines the parameters for the creation of a managed bot. Information about the created bot will be shared with the bot using the update <em>managed_bot</em> and a <a href=\"#message\">Message</a> with the field <em>managed_bot_created</em>.</p>",
"rst_description": "This object defines the parameters for the creation of a managed bot. Information about the created bot will be shared with the bot using the update *managed_bot* and a :class:`aiogram.types.message.Message` with the field *managed_bot_created*.",
"annotations": [
{
"type": "Integer",
"description": "Signed 32-bit identifier of the request. Must be unique within the message",
"html_description": "<td>Signed 32-bit identifier of the request. Must be unique within the message</td>",
"rst_description": "Signed 32-bit identifier of the request. Must be unique within the message\n",
"name": "request_id",
"required": true
},
{
"type": "String",
"description": "Suggested name for the bot",
"html_description": "<td><em>Optional</em>. Suggested name for the bot</td>",
"rst_description": "*Optional*. Suggested name for the bot\n",
"name": "suggested_name",
"required": false
},
{
"type": "String",
"description": "Suggested username for the bot",
"html_description": "<td><em>Optional</em>. Suggested username for the bot</td>",
"rst_description": "*Optional*. Suggested username for the bot\n",
"name": "suggested_username",
"required": false
}
],
"category": "types"
}
}