mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 03:08:51 +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 +1,2 @@
|
|||
parse_mode: parse_mode
|
||||
show_caption_above_media: show_caption_above_media
|
||||
|
|
|
|||
|
|
@ -67,6 +67,14 @@
|
|||
"name": "caption_entities",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "Pass True, if the caption must be shown above the message media",
|
||||
"html_description": "<td><em>Optional</em>. Pass <em>True</em>, if the caption must be shown above the message media</td>",
|
||||
"rst_description": "*Optional*. Pass :code:`True`, if the caption must be shown above the message media\n",
|
||||
"name": "show_caption_above_media",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "InlineKeyboardMarkup",
|
||||
"description": "Inline keyboard attached to the message",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue