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,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"
}
}