Added full support of Bot API 7.1 (#1417)

* Added full support of Bot API 7.1

* Added changelog
This commit is contained in:
Alex Root Junior 2024-02-16 23:44:35 +02:00 committed by GitHub
parent e5176b4434
commit 75323ac8c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 702 additions and 461 deletions

View file

@ -36,7 +36,7 @@
"name": "inline_message_id"
},
{
"type": "Float number",
"type": "Float",
"required": true,
"description": "Latitude of new location",
"html_description": "<td>Latitude of new location</td>",
@ -44,7 +44,7 @@
"name": "latitude"
},
{
"type": "Float number",
"type": "Float",
"required": true,
"description": "Longitude of new location",
"html_description": "<td>Longitude of new location</td>",
@ -52,7 +52,7 @@
"name": "longitude"
},
{
"type": "Float number",
"type": "Float",
"required": false,
"description": "The radius of uncertainty for the location, measured in meters; 0-1500",
"html_description": "<td>The radius of uncertainty for the location, measured in meters; 0-1500</td>",