mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Added full support of Bot API 7.4 (#1498)
* Added full support of Bot API 7.4 * Added changelog
This commit is contained in:
parent
f50e058725
commit
b08ba78898
118 changed files with 1821 additions and 409 deletions
|
|
@ -1,2 +1,3 @@
|
|||
parse_mode: parse_mode
|
||||
protect_content: protect_content
|
||||
show_caption_above_media: show_caption_above_media
|
||||
|
|
|
|||
|
|
@ -99,6 +99,14 @@
|
|||
"rst_description": "A JSON-serialized list of special entities that appear in the caption, which can be specified instead of *parse_mode*\n",
|
||||
"name": "caption_entities"
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"required": false,
|
||||
"description": "Pass True, if the caption must be shown above the message media",
|
||||
"html_description": "<td>Pass <em>True</em>, if the caption must be shown above the message media</td>",
|
||||
"rst_description": "Pass :code:`True`, if the caption must be shown above the message media\n",
|
||||
"name": "show_caption_above_media"
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"required": false,
|
||||
|
|
@ -123,6 +131,14 @@
|
|||
"rst_description": "Protects the contents of the sent message from forwarding and saving\n",
|
||||
"name": "protect_content"
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"required": false,
|
||||
"description": "Unique identifier of the message effect to be added to the message; for private chats only",
|
||||
"html_description": "<td>Unique identifier of the message effect to be added to the message; for private chats only</td>",
|
||||
"rst_description": "Unique identifier of the message effect to be added to the message; for private chats only\n",
|
||||
"name": "message_effect_id"
|
||||
},
|
||||
{
|
||||
"type": "ReplyParameters",
|
||||
"required": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue