mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support for the Bot API 9.6
This commit is contained in:
parent
00c1130938
commit
da14db0963
99 changed files with 2906 additions and 328 deletions
41
.butcher/types/KeyboardButtonRequestManagedBot/entity.json
generated
Normal file
41
.butcher/types/KeyboardButtonRequestManagedBot/entity.json
generated
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue