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
25
.butcher/types/PreparedKeyboardButton/entity.json
generated
Normal file
25
.butcher/types/PreparedKeyboardButton/entity.json
generated
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"meta": {},
|
||||
"group": {
|
||||
"title": "Available types",
|
||||
"anchor": "available-types"
|
||||
},
|
||||
"object": {
|
||||
"anchor": "preparedkeyboardbutton",
|
||||
"name": "PreparedKeyboardButton",
|
||||
"description": "Describes a keyboard button to be used by a user of a Mini App.",
|
||||
"html_description": "<p>Describes a keyboard button to be used by a user of a Mini App.</p>",
|
||||
"rst_description": "Describes a keyboard button to be used by a user of a Mini App.",
|
||||
"annotations": [
|
||||
{
|
||||
"type": "String",
|
||||
"description": "Unique identifier of the keyboard button",
|
||||
"html_description": "<td>Unique identifier of the keyboard button</td>",
|
||||
"rst_description": "Unique identifier of the keyboard button\n",
|
||||
"name": "id",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"category": "types"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue