mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bot API 6.7 (#1168)
* Added 6.7 features * Update after release * Added tests * Added changelog
This commit is contained in:
parent
aad2de4324
commit
1538bc2e2d
34 changed files with 754 additions and 51 deletions
25
.butcher/types/BotName/entity.json
Normal file
25
.butcher/types/BotName/entity.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"meta": {},
|
||||
"group": {
|
||||
"title": "Available types",
|
||||
"anchor": "available-types"
|
||||
},
|
||||
"object": {
|
||||
"anchor": "botname",
|
||||
"name": "BotName",
|
||||
"description": "This object represents the bot's name.",
|
||||
"html_description": "<p>This object represents the bot's name.</p>",
|
||||
"rst_description": "This object represents the bot's name.",
|
||||
"annotations": [
|
||||
{
|
||||
"type": "String",
|
||||
"description": "The bot's name",
|
||||
"html_description": "<td>The bot's name</td>",
|
||||
"rst_description": "The bot's name\n",
|
||||
"name": "name",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"category": "types"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue