mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support of Bot API 8.2 (#1623)
* Added full support of Bot API 8.2 * Added changelog * Try to add port * Add port to the `test_reset_connector`
This commit is contained in:
parent
81550997f7
commit
afccd8a38f
41 changed files with 811 additions and 85 deletions
|
|
@ -29,9 +29,9 @@
|
|||
},
|
||||
{
|
||||
"type": "String",
|
||||
"description": "A valid URL for the MPEG4 file. File size must not exceed 1MB",
|
||||
"html_description": "<td>A valid URL for the MPEG4 file. File size must not exceed 1MB</td>",
|
||||
"rst_description": "A valid URL for the MPEG4 file. File size must not exceed 1MB\n",
|
||||
"description": "A valid URL for the MPEG4 file",
|
||||
"html_description": "<td>A valid URL for the MPEG4 file</td>",
|
||||
"rst_description": "A valid URL for the MPEG4 file\n",
|
||||
"name": "mpeg4_url",
|
||||
"required": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue