mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support for the Bot API 8.3 (#1638)
* Added full support for the Bot API 8.3 * Added changelog * Ignore typing for aiohttp_socks
This commit is contained in:
parent
25833b830e
commit
d8b9ce1be9
65 changed files with 660 additions and 118 deletions
|
|
@ -259,6 +259,14 @@
|
|||
"name": "permissions",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "True",
|
||||
"description": "True, if gifts can be sent to the chat",
|
||||
"html_description": "<td><em>Optional</em>. <em>True</em>, if gifts can be sent to the chat</td>",
|
||||
"rst_description": "*Optional*. :code:`True`, if gifts can be sent to the chat\n",
|
||||
"name": "can_send_gift",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "True",
|
||||
"description": "True, if paid media messages can be sent or forwarded to the channel chat. The field is available only for channel chats.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue