mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support of Telegram Bot API 9.3 (#1747)
* Added full support of Telegram Bot API 9.3 * Fixed tests that fails * Add tests for `GetChatGifts`, `GetUserGifts`, `RepostStory`, and `SendMessageDraft` methods * Added changelog record
This commit is contained in:
parent
ce4ddb77f4
commit
dcff0f99c7
132 changed files with 2993 additions and 457 deletions
24
.butcher/types/ChatFullInfo/entity.json
generated
24
.butcher/types/ChatFullInfo/entity.json
generated
|
|
@ -387,6 +387,30 @@
|
|||
"name": "location",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "UserRating",
|
||||
"description": "For private chats, the rating of the user if any",
|
||||
"html_description": "<td><em>Optional</em>. For private chats, the rating of the user if any</td>",
|
||||
"rst_description": "*Optional*. For private chats, the rating of the user if any\n",
|
||||
"name": "rating",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "UniqueGiftColors",
|
||||
"description": "The color scheme based on a unique gift that must be used for the chat's name, message replies and link previews",
|
||||
"html_description": "<td><em>Optional</em>. The color scheme based on a unique gift that must be used for the chat's name, message replies and link previews</td>",
|
||||
"rst_description": "*Optional*. The color scheme based on a unique gift that must be used for the chat's name, message replies and link previews\n",
|
||||
"name": "unique_gift_colors",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Integer",
|
||||
"description": "The number of Telegram Stars a general user have to pay to send a message to the chat",
|
||||
"html_description": "<td><em>Optional</em>. The number of Telegram Stars a general user have to pay to send a message to the chat</td>",
|
||||
"rst_description": "*Optional*. The number of Telegram Stars a general user have to pay to send a message to the chat\n",
|
||||
"name": "paid_message_star_count",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "True",
|
||||
"description": "True, if gifts can be sent to the chat",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue