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
|
|
@ -59,14 +59,6 @@
|
|||
"name": "url",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "Pass True if you don't want the URL to be shown in the message",
|
||||
"html_description": "<td><em>Optional</em>. Pass <em>True</em> if you don't want the URL to be shown in the message</td>",
|
||||
"rst_description": "*Optional*. Pass :code:`True` if you don't want the URL to be shown in the message\n",
|
||||
"name": "hide_url",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"description": "Short description of the result",
|
||||
|
|
@ -98,6 +90,18 @@
|
|||
"rst_description": "*Optional*. Thumbnail height\n",
|
||||
"name": "thumbnail_height",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Boolean",
|
||||
"description": "Pass True if you don't want the URL to be shown in the message",
|
||||
"html_description": "<td><em>Optional</em>. Pass <em>True</em> if you don't want the URL to be shown in the message</td>",
|
||||
"rst_description": "*Optional*. Pass :code:`True` if you don't want the URL to be shown in the message\n",
|
||||
"name": "hide_url",
|
||||
"required": false,
|
||||
"deprecated": {
|
||||
"version": "8.2",
|
||||
"release_date": "2025-01-01"
|
||||
}
|
||||
}
|
||||
],
|
||||
"category": "types"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue