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,33 @@
{
"meta": {},
"group": {
"title": "Available types",
"anchor": "available-types"
},
"object": {
"anchor": "staramount",
"name": "StarAmount",
"description": "Describes an amount of Telegram Stars.",
"html_description": "<p>Describes an amount of Telegram Stars.</p>",
"rst_description": "Describes an amount of Telegram Stars.",
"annotations": [
{
"type": "Integer",
"description": "Integer amount of Telegram Stars, rounded to 0; can be negative",
"html_description": "<td>Integer amount of Telegram Stars, rounded to 0; can be negative</td>",
"rst_description": "Integer amount of Telegram Stars, rounded to 0; can be negative\n",
"name": "amount",
"required": true
},
{
"type": "Integer",
"description": "The number of 1/1000000000 shares of Telegram Stars; from -999999999 to 999999999; can be negative if and only if amount is non-positive",
"html_description": "<td><em>Optional</em>. The number of 1/1000000000 shares of Telegram Stars; from -999999999 to 999999999; can be negative if and only if <em>amount</em> is non-positive</td>",
"rst_description": "*Optional*. The number of 1/1000000000 shares of Telegram Stars; from -999999999 to 999999999; can be negative if and only if *amount* is non-positive\n",
"name": "nanostar_amount",
"required": false
}
],
"category": "types"
}
}