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,25 @@
{
"meta": {},
"group": {
"title": "Available types",
"anchor": "available-types"
},
"object": {
"anchor": "paidmessagepricechanged",
"name": "PaidMessagePriceChanged",
"description": "Describes a service message about a change in the price of paid messages within a chat.",
"html_description": "<p>Describes a service message about a change in the price of paid messages within a chat.</p>",
"rst_description": "Describes a service message about a change in the price of paid messages within a chat.",
"annotations": [
{
"type": "Integer",
"description": "The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message",
"html_description": "<td>The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message</td>",
"rst_description": "The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message\n",
"name": "paid_message_star_count",
"required": true
}
],
"category": "types"
}
}