mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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
|
|
@ -106,3 +106,7 @@ delete_photo:
|
|||
set_photo:
|
||||
method: setChatPhoto
|
||||
fill: *self
|
||||
|
||||
unpin_all_general_forum_topic_messages:
|
||||
method: unpinAllGeneralForumTopicMessages
|
||||
fill: *self
|
||||
|
|
|
|||
|
|
@ -91,6 +91,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.",
|
||||
|
|
|
|||
5
.butcher/types/Chat/replace.yml
Normal file
5
.butcher/types/Chat/replace.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
annotations:
|
||||
emoji_status_expiration_date:
|
||||
parsed_type:
|
||||
type: std
|
||||
name: datetime.datetime
|
||||
Loading…
Add table
Add a link
Reference in a new issue