mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 10:53:23 +00:00
Added full support of Bot API 7.6 (#1533)
* Added full support of Bot API 7.6 * Fixed imports * fix tests (#1534) * Fixed coverage * Override InputPaidMedia media type to `str | InputFile` * Added shortcut * Fixed PaidMediaType enum * Added changelog --------- Co-authored-by: Oleg A <t0rr@mail.ru>
This commit is contained in:
parent
3baa7383c1
commit
11efa8e186
97 changed files with 2058 additions and 274 deletions
|
|
@ -29,25 +29,25 @@
|
|||
},
|
||||
{
|
||||
"type": "PhotoSize",
|
||||
"description": "Document thumbnail as defined by sender",
|
||||
"html_description": "<td><em>Optional</em>. Document thumbnail as defined by sender</td>",
|
||||
"rst_description": "*Optional*. Document thumbnail as defined by sender\n",
|
||||
"description": "Document thumbnail as defined by the sender",
|
||||
"html_description": "<td><em>Optional</em>. Document thumbnail as defined by the sender</td>",
|
||||
"rst_description": "*Optional*. Document thumbnail as defined by the sender\n",
|
||||
"name": "thumbnail",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"description": "Original filename as defined by sender",
|
||||
"html_description": "<td><em>Optional</em>. Original filename as defined by sender</td>",
|
||||
"rst_description": "*Optional*. Original filename as defined by sender\n",
|
||||
"description": "Original filename as defined by the sender",
|
||||
"html_description": "<td><em>Optional</em>. Original filename as defined by the sender</td>",
|
||||
"rst_description": "*Optional*. Original filename as defined by the sender\n",
|
||||
"name": "file_name",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"description": "MIME type of the file as defined by sender",
|
||||
"html_description": "<td><em>Optional</em>. MIME type of the file as defined by sender</td>",
|
||||
"rst_description": "*Optional*. MIME type of the file as defined by sender\n",
|
||||
"description": "MIME type of the file as defined by the sender",
|
||||
"html_description": "<td><em>Optional</em>. MIME type of the file as defined by the sender</td>",
|
||||
"rst_description": "*Optional*. MIME type of the file as defined by the sender\n",
|
||||
"name": "mime_type",
|
||||
"required": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue