mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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
|
|
@ -7,9 +7,9 @@
|
|||
"object": {
|
||||
"anchor": "inlinequeryresultgame",
|
||||
"name": "InlineQueryResultGame",
|
||||
"description": "Represents a Game.\nNote: This will only work in Telegram versions released after October 1, 2016. Older clients will not display any inline results if a game result is among them.",
|
||||
"html_description": "<p>Represents a <a href=\"#games\">Game</a>.</p><p><strong>Note:</strong> This will only work in Telegram versions released after October 1, 2016. Older clients will not display any inline results if a game result is among them.</p>",
|
||||
"rst_description": "Represents a `Game <https://core.telegram.org/bots/api#games>`_.\n**Note:** This will only work in Telegram versions released after October 1, 2016. Older clients will not display any inline results if a game result is among them.",
|
||||
"description": "Represents a Game.",
|
||||
"html_description": "<p>Represents a <a href=\"#games\">Game</a>.</p>",
|
||||
"rst_description": "Represents a `Game <https://core.telegram.org/bots/api#games>`_.",
|
||||
"annotations": [
|
||||
{
|
||||
"type": "String",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue