Added full support for the Bot API 9.0 (#1671)

* Added full support for the Bot API 9.0

* Bump version
This commit is contained in:
Alex Root Junior 2025-04-12 23:29:48 +03:00 committed by GitHub
parent 25e9127db9
commit 2c2bd61551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
231 changed files with 9565 additions and 389 deletions

View file

@ -0,0 +1,41 @@
{
"meta": {},
"group": {
"title": "Available types",
"anchor": "available-types"
},
"object": {
"anchor": "uniquegiftmodel",
"name": "UniqueGiftModel",
"description": "This object describes the model of a unique gift.",
"html_description": "<p>This object describes the model of a unique gift.</p>",
"rst_description": "This object describes the model of a unique gift.",
"annotations": [
{
"type": "String",
"description": "Name of the model",
"html_description": "<td>Name of the model</td>",
"rst_description": "Name of the model\n",
"name": "name",
"required": true
},
{
"type": "Sticker",
"description": "The sticker that represents the unique gift",
"html_description": "<td>The sticker that represents the unique gift</td>",
"rst_description": "The sticker that represents the unique gift\n",
"name": "sticker",
"required": true
},
{
"type": "Integer",
"description": "The number of unique gifts that receive this model for every 1000 gifts upgraded",
"html_description": "<td>The number of unique gifts that receive this model for every 1000 gifts upgraded</td>",
"rst_description": "The number of unique gifts that receive this model for every 1000 gifts upgraded\n",
"name": "rarity_per_mille",
"required": true
}
],
"category": "types"
}
}