mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 18:43:53 +00:00
Bot API 6.8 (#1276)
* Prepare for Bot API 6.8 * Bump after public release * Bump version, added changelog
This commit is contained in:
parent
bc0932a745
commit
678b3cfe7d
29 changed files with 363 additions and 27 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"api": {
|
||||
"version": "6.7",
|
||||
"release_date": "2023-04-21"
|
||||
"version": "6.8",
|
||||
"release_date": "2023-08-18"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -547,6 +547,14 @@
|
|||
"name": "emoji_status_custom_emoji_id",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Integer",
|
||||
"description": "Expiration date of the emoji status of the other party in a private chat, if any. Returned only in getChat.",
|
||||
"html_description": "<td><em>Optional</em>. Expiration date of the emoji status of the other party in a private chat, if any. Returned only in <a href=\"#getchat\">getChat</a>.</td>",
|
||||
"rst_description": "*Optional*. Expiration date of the emoji status of the other party in a private chat, if any. Returned only in :class:`aiogram.methods.get_chat.GetChat`.\n",
|
||||
"name": "emoji_status_expiration_date",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"description": "Bio of the other party in a private chat. Returned only in getChat.",
|
||||
|
|
@ -917,6 +925,14 @@
|
|||
"name": "sticker",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Story",
|
||||
"description": "Message is a forwarded story",
|
||||
"html_description": "<td><em>Optional</em>. Message is a forwarded story</td>",
|
||||
"rst_description": "*Optional*. Message is a forwarded story\n",
|
||||
"name": "story",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Video",
|
||||
"description": "Message is a video, information about the video",
|
||||
|
|
@ -1628,6 +1644,15 @@
|
|||
],
|
||||
"category": "types"
|
||||
},
|
||||
{
|
||||
"anchor": "story",
|
||||
"name": "Story",
|
||||
"description": "This object represents a message about a forwarded story in the chat. Currently holds no information.",
|
||||
"html_description": "<p>This object represents a message about a forwarded story in the chat. Currently holds no information.</p>",
|
||||
"rst_description": "This object represents a message about a forwarded story in the chat. Currently holds no information.",
|
||||
"annotations": [],
|
||||
"category": "types"
|
||||
},
|
||||
{
|
||||
"anchor": "video",
|
||||
"name": "Video",
|
||||
|
|
@ -1935,19 +1960,27 @@
|
|||
"name": "poll_id",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "Chat",
|
||||
"description": "The chat that changed the answer to the poll, if the voter is anonymous",
|
||||
"html_description": "<td><em>Optional</em>. The chat that changed the answer to the poll, if the voter is anonymous</td>",
|
||||
"rst_description": "*Optional*. The chat that changed the answer to the poll, if the voter is anonymous\n",
|
||||
"name": "voter_chat",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "User",
|
||||
"description": "The user, who changed the answer to the poll",
|
||||
"html_description": "<td>The user, who changed the answer to the poll</td>",
|
||||
"rst_description": "The user, who changed the answer to the poll\n",
|
||||
"description": "The user that changed the answer to the poll, if the voter isn't anonymous",
|
||||
"html_description": "<td><em>Optional</em>. The user that changed the answer to the poll, if the voter isn't anonymous</td>",
|
||||
"rst_description": "*Optional*. The user that changed the answer to the poll, if the voter isn't anonymous\n",
|
||||
"name": "user",
|
||||
"required": true
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Array of Integer",
|
||||
"description": "0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.",
|
||||
"html_description": "<td>0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.</td>",
|
||||
"rst_description": "0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.\n",
|
||||
"description": "0-based identifiers of chosen answer options. May be empty if the vote was retracted.",
|
||||
"html_description": "<td>0-based identifiers of chosen answer options. May be empty if the vote was retracted.</td>",
|
||||
"rst_description": "0-based identifiers of chosen answer options. May be empty if the vote was retracted.\n",
|
||||
"name": "option_ids",
|
||||
"required": true
|
||||
}
|
||||
|
|
@ -7945,6 +7978,24 @@
|
|||
],
|
||||
"category": "methods"
|
||||
},
|
||||
{
|
||||
"anchor": "unpinallgeneralforumtopicmessages",
|
||||
"name": "unpinAllGeneralForumTopicMessages",
|
||||
"description": "Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the can_pin_messages administrator right in the supergroup. Returns True on success.",
|
||||
"html_description": "<p>Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the <em>can_pin_messages</em> administrator right in the supergroup. Returns <em>True</em> on success.</p>",
|
||||
"rst_description": "Use this method to clear the list of pinned messages in a General forum topic. The bot must be an administrator in the chat for this to work and must have the *can_pin_messages* administrator right in the supergroup. Returns :code:`True` on success.",
|
||||
"annotations": [
|
||||
{
|
||||
"type": "Integer or String",
|
||||
"required": true,
|
||||
"description": "Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)",
|
||||
"html_description": "<td>Unique identifier for the target chat or username of the target supergroup (in the format <code>@supergroupusername</code>)</td>",
|
||||
"rst_description": "Unique identifier for the target chat or username of the target supergroup (in the format :code:`@supergroupusername`)\n",
|
||||
"name": "chat_id"
|
||||
}
|
||||
],
|
||||
"category": "methods"
|
||||
},
|
||||
{
|
||||
"anchor": "answercallbackquery",
|
||||
"name": "answerCallbackQuery",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue