mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 12:07:13 +00:00
Added full support of Bot API 7.1 (#1417)
* Added full support of Bot API 7.1 * Added changelog
This commit is contained in:
parent
e5176b4434
commit
75323ac8c3
72 changed files with 702 additions and 461 deletions
|
|
@ -28,7 +28,7 @@
|
|||
"name": "message_thread_id"
|
||||
},
|
||||
{
|
||||
"type": "Float number",
|
||||
"type": "Float",
|
||||
"required": true,
|
||||
"description": "Latitude of the venue",
|
||||
"html_description": "<td>Latitude of the venue</td>",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"name": "latitude"
|
||||
},
|
||||
{
|
||||
"type": "Float number",
|
||||
"type": "Float",
|
||||
"required": true,
|
||||
"description": "Longitude of the venue",
|
||||
"html_description": "<td>Longitude of the venue</td>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue