Added full support of Bot API 6.4 (#1088)

* Remove warnings about pytest asyncio mode

* Update Bot API to 6.4

* Bump version

* Added changelog

* Update translations
This commit is contained in:
Alex Root Junior 2022-12-30 22:44:25 +02:00 committed by GitHub
parent b93b75804c
commit 730485e43a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
239 changed files with 2522 additions and 892 deletions

View file

@ -269,6 +269,14 @@
"name": "caption_entities",
"required": false
},
{
"type": "True",
"description": "True, if the message media is covered by a spoiler animation",
"html_description": "<td><em>Optional</em>. <em>True</em>, if the message media is covered by a spoiler animation</td>",
"rst_description": "*Optional*. :code:`True`, if the message media is covered by a spoiler animation\n",
"name": "has_media_spoiler",
"required": false
},
{
"type": "Contact",
"description": "Message is a shared contact, information about the contact",
@ -437,6 +445,14 @@
"name": "connected_website",
"required": false
},
{
"type": "WriteAccessAllowed",
"description": "Service message: the user allowed the bot added to the attachment menu to write messages",
"html_description": "<td><em>Optional</em>. Service message: the user allowed the bot added to the attachment menu to write messages</td>",
"rst_description": "*Optional*. Service message: the user allowed the bot added to the attachment menu to write messages\n",
"name": "write_access_allowed",
"required": false
},
{
"type": "PassportData",
"description": "Telegram Passport data",
@ -461,6 +477,14 @@
"name": "forum_topic_created",
"required": false
},
{
"type": "ForumTopicEdited",
"description": "Service message: forum topic edited",
"html_description": "<td><em>Optional</em>. Service message: forum topic edited</td>",
"rst_description": "*Optional*. Service message: forum topic edited\n",
"name": "forum_topic_edited",
"required": false
},
{
"type": "ForumTopicClosed",
"description": "Service message: forum topic closed",
@ -477,6 +501,22 @@
"name": "forum_topic_reopened",
"required": false
},
{
"type": "GeneralForumTopicHidden",
"description": "Service message: the 'General' forum topic hidden",
"html_description": "<td><em>Optional</em>. Service message: the 'General' forum topic hidden</td>",
"rst_description": "*Optional*. Service message: the 'General' forum topic hidden\n",
"name": "general_forum_topic_hidden",
"required": false
},
{
"type": "GeneralForumTopicUnhidden",
"description": "Service message: the 'General' forum topic unhidden",
"html_description": "<td><em>Optional</em>. Service message: the 'General' forum topic unhidden</td>",
"rst_description": "*Optional*. Service message: the 'General' forum topic unhidden\n",
"name": "general_forum_topic_unhidden",
"required": false
},
{
"type": "VideoChatScheduled",
"description": "Service message: video chat scheduled",