mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 11:25:54 +00:00
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:
parent
b93b75804c
commit
730485e43a
239 changed files with 2522 additions and 892 deletions
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-23 00:47+0200\n"
|
||||
"POT-Creation-Date: 2022-12-30 22:28+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -49,7 +49,9 @@ msgid "Unique identifier for the target message thread of the forum topic"
|
|||
msgstr ""
|
||||
|
||||
#: ../../docstring aiogram.methods.edit_forum_topic.EditForumTopic.name:1 of
|
||||
msgid "New topic name, 1-128 characters"
|
||||
msgid ""
|
||||
"New topic name, 0-128 characters. If not specififed or empty, the current"
|
||||
" name of the topic will be kept"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring
|
||||
|
|
@ -57,7 +59,8 @@ msgstr ""
|
|||
msgid ""
|
||||
"New unique identifier of the custom emoji shown as the topic icon. Use "
|
||||
":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`"
|
||||
" to get all allowed custom emoji identifiers."
|
||||
" to get all allowed custom emoji identifiers. Pass an empty string to "
|
||||
"remove the icon. If not specified, the current icon will be kept"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/edit_forum_topic.rst:14
|
||||
|
|
@ -100,3 +103,15 @@ msgstr ""
|
|||
#~ " to get all allowed custom emoji "
|
||||
#~ "identifiers"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "New topic name, 1-128 characters"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "New unique identifier of the custom "
|
||||
#~ "emoji shown as the topic icon. Use"
|
||||
#~ " "
|
||||
#~ ":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`"
|
||||
#~ " to get all allowed custom emoji "
|
||||
#~ "identifiers."
|
||||
#~ msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-23 00:47+0200\n"
|
||||
"POT-Creation-Date: 2022-12-30 22:28+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -30,8 +30,10 @@ msgstr ""
|
|||
|
||||
#: aiogram.methods.get_chat_member.GetChatMember:1 of
|
||||
msgid ""
|
||||
"Use this method to get information about a member of a chat. Returns a "
|
||||
":class:`aiogram.types.chat_member.ChatMember` object on success."
|
||||
"Use this method to get information about a member of a chat. The method "
|
||||
"is guaranteed to work only if the bot is an administrator in the chat. "
|
||||
"Returns a :class:`aiogram.types.chat_member.ChatMember` object on "
|
||||
"success."
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.methods.get_chat_member.GetChatMember:3 of
|
||||
|
|
@ -83,3 +85,10 @@ msgstr ""
|
|||
#: ../../api/methods/get_chat_member.rst:45
|
||||
msgid ":meth:`aiogram.types.chat.Chat.get_member`"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Use this method to get information "
|
||||
#~ "about a member of a chat. Returns"
|
||||
#~ " a :class:`aiogram.types.chat_member.ChatMember` object"
|
||||
#~ " on success."
|
||||
#~ msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-23 00:47+0200\n"
|
||||
"POT-Creation-Date: 2022-12-30 22:28+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -104,6 +104,13 @@ msgid ""
|
|||
"which can be specified instead of *parse_mode*"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring aiogram.methods.send_animation.SendAnimation.has_spoiler:1
|
||||
#: of
|
||||
msgid ""
|
||||
"Pass :code:`True` if the animation needs to be covered with a spoiler "
|
||||
"animation"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring
|
||||
#: aiogram.methods.send_animation.SendAnimation.disable_notification:1 of
|
||||
msgid ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-23 00:47+0200\n"
|
||||
"POT-Creation-Date: 2022-12-30 22:28+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -76,6 +76,11 @@ msgid ""
|
|||
"<https://core.telegram.org/bots/api#sendvideonote>`_."
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring
|
||||
#: aiogram.methods.send_chat_action.SendChatAction.message_thread_id:1 of
|
||||
msgid "Unique identifier for the target message thread; supergroups only"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/send_chat_action.rst:14
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-23 00:47+0200\n"
|
||||
"POT-Creation-Date: 2022-12-30 22:28+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -77,6 +77,12 @@ msgid ""
|
|||
"which can be specified instead of *parse_mode*"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring aiogram.methods.send_photo.SendPhoto.has_spoiler:1 of
|
||||
msgid ""
|
||||
"Pass :code:`True` if the photo needs to be covered with a spoiler "
|
||||
"animation"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring aiogram.methods.send_photo.SendPhoto.disable_notification:1
|
||||
#: of
|
||||
msgid ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-23 00:47+0200\n"
|
||||
"POT-Creation-Date: 2022-12-30 22:28+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -103,6 +103,12 @@ msgid ""
|
|||
"which can be specified instead of *parse_mode*"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring aiogram.methods.send_video.SendVideo.has_spoiler:1 of
|
||||
msgid ""
|
||||
"Pass :code:`True` if the video needs to be covered with a spoiler "
|
||||
"animation"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring aiogram.methods.send_video.SendVideo.supports_streaming:1 of
|
||||
msgid "Pass :code:`True` if the uploaded video is suitable for streaming"
|
||||
msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue