Bot API 6.3 (#1063)

* Added API changes

* Added changelog

* Oops. Move changelog

* Update tests

* Remove experimental

* Added message content type

* Update message aliases

* Update changes

* Update texts

* Bump version

* Remove versionadded badge
This commit is contained in:
Alex Root Junior 2022-11-06 14:28:21 +02:00 committed by GitHub
parent 3ae5d904c9
commit b287551590
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
275 changed files with 5821 additions and 1133 deletions

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -28,10 +28,9 @@ msgstr ""
#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:1 of
msgid ""
"Use this method to send answers to callback queries sent from `inline "
"keyboards <https://core.telegram.org/bots#inline-keyboards-and-on-the-"
"fly-updating>`_. The answer will be displayed to the user as a "
"notification at the top of the chat screen or as an alert. On success, "
":code:`True` is returned."
"keyboards <https://core.telegram.org/bots/features#inline-keyboards>`_. "
"The answer will be displayed to the user as a notification at the top of "
"the chat screen or as an alert. On success, :code:`True` is returned."
msgstr ""
#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:3 of
@ -120,3 +119,15 @@ msgstr ""
#: ../../api/methods/answer_callback_query.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Use this method to send answers to"
#~ " callback queries sent from `inline "
#~ "keyboards <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_. "
#~ "The answer will be displayed to "
#~ "the user as a notification at the"
#~ " top of the chat screen or as"
#~ " an alert. On success, :code:`True` "
#~ "is returned."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -85,10 +85,10 @@ msgstr ""
#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_parameter:1
#: of
msgid ""
"`Deep-linking <https://core.telegram.org/bots#deep-linking>`_ parameter "
"for the /start message sent to the bot when user presses the switch "
"button. 1-64 characters, only :code:`A-Z`, :code:`a-z`, :code:`0-9`, "
":code:`_` and :code:`-` are allowed."
"`Deep-linking <https://core.telegram.org/bots/features#deep-linking>`_ "
"parameter for the /start message sent to the bot when user presses the "
"switch button. 1-64 characters, only :code:`A-Z`, :code:`a-z`, "
":code:`0-9`, :code:`_` and :code:`-` are allowed."
msgstr ""
#: ../../api/methods/answer_inline_query.rst:14
@ -122,3 +122,13 @@ msgstr ""
#: ../../api/methods/answer_inline_query.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "`Deep-linking <https://core.telegram.org/bots#deep-"
#~ "linking>`_ parameter for the /start "
#~ "message sent to the bot when user"
#~ " presses the switch button. 1-64 "
#~ "characters, only :code:`A-Z`, :code:`a-z`, "
#~ ":code:`0-9`, :code:`_` and :code:`-` are "
#~ "allowed."
#~ msgstr ""

View file

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/methods/close_forum_topic.rst:3
msgid "closeForumTopic"
msgstr ""
#: ../../api/methods/close_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.close_forum_topic.CloseForumTopic:1 of
msgid ""
"Use this method to close an open topic in a forum supergroup chat. The "
"bot must be an administrator in the chat for this to work and must have "
"the *can_manage_topics* administrator rights, unless it is the creator of"
" the topic. Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.close_forum_topic.CloseForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#closeforumtopic"
msgstr ""
#: ../../docstring aiogram.methods.close_forum_topic.CloseForumTopic.chat_id:1
#: of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../docstring
#: aiogram.methods.close_forum_topic.CloseForumTopic.message_thread_id:1 of
msgid "Unique identifier for the target message thread of the forum topic"
msgstr ""
#: ../../api/methods/close_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/close_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/close_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/close_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/close_forum_topic.rst:29
msgid ":code:`from aiogram.methods.close_forum_topic import CloseForumTopic`"
msgstr ""
#: ../../api/methods/close_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import CloseForumTopic`"
msgstr ""
#: ../../api/methods/close_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/close_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -57,6 +57,13 @@ msgstr ""
msgid "Message identifier in the chat specified in *from_chat_id*"
msgstr ""
#: ../../docstring aiogram.methods.copy_message.CopyMessage.message_thread_id:1
#: of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.copy_message.CopyMessage.caption:1 of
msgid ""
"New caption for media, 0-1024 characters after entities parsing. If not "
@ -104,10 +111,10 @@ msgstr ""
#: ../../docstring aiogram.methods.copy_message.CopyMessage.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/copy_message.rst:14
@ -141,3 +148,14 @@ msgstr ""
#: ../../api/methods/copy_message.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -0,0 +1,98 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/methods/create_forum_topic.rst:3
msgid "createForumTopic"
msgstr ""
#: ../../api/methods/create_forum_topic.rst:5
msgid "Returns: :obj:`ForumTopic`"
msgstr ""
#: aiogram.methods.create_forum_topic.CreateForumTopic:1 of
msgid ""
"Use this method to create a topic in a forum supergroup chat. The bot "
"must be an administrator in the chat for this to work and must have the "
"*can_manage_topics* administrator rights. Returns information about the "
"created topic as a :class:`aiogram.types.forum_topic.ForumTopic` object."
msgstr ""
#: aiogram.methods.create_forum_topic.CreateForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#createforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.create_forum_topic.CreateForumTopic.chat_id:1 of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../docstring aiogram.methods.create_forum_topic.CreateForumTopic.name:1
#: of
msgid "Topic name, 1-128 characters"
msgstr ""
#: ../../docstring
#: aiogram.methods.create_forum_topic.CreateForumTopic.icon_color:1 of
msgid ""
"Color of the topic icon in RGB format. Currently, must be one of "
"0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F"
msgstr ""
#: ../../docstring
#: aiogram.methods.create_forum_topic.CreateForumTopic.icon_custom_emoji_id:1
#: of
msgid ""
"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 ""
#: ../../api/methods/create_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/create_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/create_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/create_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/create_forum_topic.rst:29
msgid ":code:`from aiogram.methods.create_forum_topic import CreateForumTopic`"
msgstr ""
#: ../../api/methods/create_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import CreateForumTopic`"
msgstr ""
#: ../../api/methods/create_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/create_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/methods/delete_forum_topic.rst:3
msgid "deleteForumTopic"
msgstr ""
#: ../../api/methods/delete_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.delete_forum_topic.DeleteForumTopic:1 of
msgid ""
"Use this method to delete a forum topic along with all its messages in a "
"forum supergroup chat. The bot must be an administrator in the chat for "
"this to work and must have the *can_delete_messages* administrator "
"rights. Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.delete_forum_topic.DeleteForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#deleteforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.delete_forum_topic.DeleteForumTopic.chat_id:1 of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../docstring
#: aiogram.methods.delete_forum_topic.DeleteForumTopic.message_thread_id:1 of
msgid "Unique identifier for the target message thread of the forum topic"
msgstr ""
#: ../../api/methods/delete_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/delete_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/delete_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/delete_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/delete_forum_topic.rst:29
msgid ":code:`from aiogram.methods.delete_forum_topic import DeleteForumTopic`"
msgstr ""
#: ../../api/methods/delete_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import DeleteForumTopic`"
msgstr ""
#: ../../api/methods/delete_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/delete_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -37,43 +37,49 @@ msgstr ""
#: aiogram.methods.delete_message.DeleteMessage:5 of
msgid ""
"Service messages about a supergroup, channel, or forum topic creation "
"can't be deleted."
msgstr ""
#: aiogram.methods.delete_message.DeleteMessage:7 of
msgid ""
"A dice message in a private chat can only be deleted if it was sent more "
"than 24 hours ago."
msgstr ""
#: aiogram.methods.delete_message.DeleteMessage:7 of
#: aiogram.methods.delete_message.DeleteMessage:9 of
msgid ""
"Bots can delete outgoing messages in private chats, groups, and "
"supergroups."
msgstr ""
#: aiogram.methods.delete_message.DeleteMessage:9 of
#: aiogram.methods.delete_message.DeleteMessage:11 of
msgid "Bots can delete incoming messages in private chats."
msgstr ""
#: aiogram.methods.delete_message.DeleteMessage:11 of
#: aiogram.methods.delete_message.DeleteMessage:13 of
msgid ""
"Bots granted *can_post_messages* permissions can delete outgoing messages"
" in channels."
msgstr ""
#: aiogram.methods.delete_message.DeleteMessage:13 of
#: aiogram.methods.delete_message.DeleteMessage:15 of
msgid ""
"If the bot is an administrator of a group, it can delete any message "
"there."
msgstr ""
#: aiogram.methods.delete_message.DeleteMessage:15 of
#: aiogram.methods.delete_message.DeleteMessage:17 of
msgid ""
"If the bot has *can_delete_messages* permission in a supergroup or a "
"channel, it can delete any message there."
msgstr ""
#: aiogram.methods.delete_message.DeleteMessage:17 of
#: aiogram.methods.delete_message.DeleteMessage:19 of
msgid "Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.delete_message.DeleteMessage:19 of
#: aiogram.methods.delete_message.DeleteMessage:21 of
msgid "Source: https://core.telegram.org/bots/api#deletemessage"
msgstr ""

View file

@ -0,0 +1,93 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/methods/edit_forum_topic.rst:3
msgid "editForumTopic"
msgstr ""
#: ../../api/methods/edit_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.edit_forum_topic.EditForumTopic:1 of
msgid ""
"Use this method to edit name and icon of a topic in a forum supergroup "
"chat. The bot must be an administrator in the chat for this to work and "
"must have *can_manage_topics* administrator rights, unless it is the "
"creator of the topic. Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.edit_forum_topic.EditForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#editforumtopic"
msgstr ""
#: ../../docstring aiogram.methods.edit_forum_topic.EditForumTopic.chat_id:1 of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../docstring
#: aiogram.methods.edit_forum_topic.EditForumTopic.message_thread_id:1 of
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"
msgstr ""
#: ../../docstring
#: aiogram.methods.edit_forum_topic.EditForumTopic.icon_custom_emoji_id:1 of
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 ""
#: ../../api/methods/edit_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/edit_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/edit_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/edit_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/edit_forum_topic.rst:29
msgid ":code:`from aiogram.methods.edit_forum_topic import EditForumTopic`"
msgstr ""
#: ../../api/methods/edit_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import EditForumTopic`"
msgstr ""
#: ../../api/methods/edit_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/edit_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -85,8 +85,7 @@ msgstr ""
#: aiogram.methods.edit_message_caption.EditMessageCaption.reply_markup:1 of
msgid ""
"A JSON-serialized object for an `inline keyboard "
"<https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_."
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
msgstr ""
#: ../../api/methods/edit_message_caption.rst:14
@ -122,3 +121,10 @@ msgstr ""
#: ../../api/methods/edit_message_caption.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for an "
#~ "`inline keyboard <https://core.telegram.org/bots"
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-02 22:41+0200\n"
"POT-Creation-Date: 2022-11-06 14:18+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,8 +104,7 @@ msgstr ""
#: of
msgid ""
"A JSON-serialized object for a new `inline keyboard "
"<https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_."
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
msgstr ""
#: ../../api/methods/edit_message_live_location.rst:14
@ -117,31 +116,37 @@ msgid "As bot method"
msgstr ""
#: ../../api/methods/edit_message_live_location.rst:25
msgid "As message method"
msgstr ""
#: ../../api/methods/edit_message_live_location.rst:33
msgid "Method as object"
msgstr ""
#: ../../api/methods/edit_message_live_location.rst:35
#: ../../api/methods/edit_message_live_location.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/edit_message_live_location.rst:37
#: ../../api/methods/edit_message_live_location.rst:29
msgid ""
":code:`from aiogram.methods.edit_message_live_location import "
"EditMessageLiveLocation`"
msgstr ""
#: ../../api/methods/edit_message_live_location.rst:38
#: ../../api/methods/edit_message_live_location.rst:30
msgid "alias: :code:`from aiogram.methods import EditMessageLiveLocation`"
msgstr ""
#: ../../api/methods/edit_message_live_location.rst:41
#: ../../api/methods/edit_message_live_location.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/edit_message_live_location.rst:48
#: ../../api/methods/edit_message_live_location.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for a new"
#~ " `inline keyboard <https://core.telegram.org/bots"
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_."
#~ msgstr ""
#~ msgid "As message method"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-02 22:41+0200\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -72,8 +72,7 @@ msgstr ""
#: aiogram.methods.edit_message_media.EditMessageMedia.reply_markup:1 of
msgid ""
"A JSON-serialized object for a new `inline keyboard "
"<https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_."
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
msgstr ""
#: ../../api/methods/edit_message_media.rst:14
@ -85,29 +84,35 @@ msgid "As bot method"
msgstr ""
#: ../../api/methods/edit_message_media.rst:25
msgid "As message method"
msgstr ""
#: ../../api/methods/edit_message_media.rst:33
msgid "Method as object"
msgstr ""
#: ../../api/methods/edit_message_media.rst:35
#: ../../api/methods/edit_message_media.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/edit_message_media.rst:37
#: ../../api/methods/edit_message_media.rst:29
msgid ":code:`from aiogram.methods.edit_message_media import EditMessageMedia`"
msgstr ""
#: ../../api/methods/edit_message_media.rst:38
#: ../../api/methods/edit_message_media.rst:30
msgid "alias: :code:`from aiogram.methods import EditMessageMedia`"
msgstr ""
#: ../../api/methods/edit_message_media.rst:41
#: ../../api/methods/edit_message_media.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/edit_message_media.rst:48
#: ../../api/methods/edit_message_media.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for a new"
#~ " `inline keyboard <https://core.telegram.org/bots"
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_."
#~ msgstr ""
#~ msgid "As message method"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -67,8 +67,7 @@ msgstr ""
#: of
msgid ""
"A JSON-serialized object for an `inline keyboard "
"<https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_."
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
msgstr ""
#: ../../api/methods/edit_message_reply_markup.rst:14
@ -104,3 +103,10 @@ msgstr ""
#: ../../api/methods/edit_message_reply_markup.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for an "
#~ "`inline keyboard <https://core.telegram.org/bots"
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -89,8 +89,7 @@ msgstr ""
#: aiogram.methods.edit_message_text.EditMessageText.reply_markup:1 of
msgid ""
"A JSON-serialized object for an `inline keyboard "
"<https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_."
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
msgstr ""
#: ../../api/methods/edit_message_text.rst:14
@ -124,3 +123,10 @@ msgstr ""
#: ../../api/methods/edit_message_text.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for an "
#~ "`inline keyboard <https://core.telegram.org/bots"
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-02 22:41+0200\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -54,6 +54,13 @@ msgstr ""
msgid "Message identifier in the chat specified in *from_chat_id*"
msgstr ""
#: ../../docstring
#: aiogram.methods.forward_message.ForwardMessage.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.methods.forward_message.ForwardMessage.disable_notification:1 of
msgid ""
@ -75,29 +82,28 @@ msgid "As bot method"
msgstr ""
#: ../../api/methods/forward_message.rst:25
msgid "As message method"
msgstr ""
#: ../../api/methods/forward_message.rst:33
msgid "Method as object"
msgstr ""
#: ../../api/methods/forward_message.rst:35
#: ../../api/methods/forward_message.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/forward_message.rst:37
#: ../../api/methods/forward_message.rst:29
msgid ":code:`from aiogram.methods.forward_message import ForwardMessage`"
msgstr ""
#: ../../api/methods/forward_message.rst:38
#: ../../api/methods/forward_message.rst:30
msgid "alias: :code:`from aiogram.methods import ForwardMessage`"
msgstr ""
#: ../../api/methods/forward_message.rst:41
#: ../../api/methods/forward_message.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/forward_message.rst:48
#: ../../api/methods/forward_message.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid "As message method"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -22,7 +22,9 @@ msgid "getChatMenuButton"
msgstr ""
#: ../../api/methods/get_chat_menu_button.rst:5
msgid "Returns: :obj:`MenuButton`"
msgid ""
"Returns: :obj:`Union[MenuButtonDefault, MenuButtonWebApp, "
"MenuButtonCommands]`"
msgstr ""
#: aiogram.methods.get_chat_menu_button.GetChatMenuButton:1 of
@ -70,3 +72,6 @@ msgstr ""
#: ../../api/methods/get_chat_menu_button.rst:33
msgid "With specific bot"
msgstr ""
#~ msgid "Returns: :obj:`MenuButton`"
#~ msgstr ""

View file

@ -0,0 +1,67 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/methods/get_forum_topic_icon_stickers.rst:3
msgid "getForumTopicIconStickers"
msgstr ""
#: ../../api/methods/get_forum_topic_icon_stickers.rst:5
msgid "Returns: :obj:`List[Sticker]`"
msgstr ""
#: aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers:1 of
msgid ""
"Use this method to get custom emoji stickers, which can be used as a "
"forum topic icon by any user. Requires no parameters. Returns an Array of"
" :class:`aiogram.types.sticker.Sticker` objects."
msgstr ""
#: aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers:3 of
msgid "Source: https://core.telegram.org/bots/api#getforumtopiciconstickers"
msgstr ""
#: ../../api/methods/get_forum_topic_icon_stickers.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/get_forum_topic_icon_stickers.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/get_forum_topic_icon_stickers.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/get_forum_topic_icon_stickers.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/get_forum_topic_icon_stickers.rst:29
msgid ""
":code:`from aiogram.methods.get_forum_topic_icon_stickers import "
"GetForumTopicIconStickers`"
msgstr ""
#: ../../api/methods/get_forum_topic_icon_stickers.rst:30
msgid "alias: :code:`from aiogram.methods import GetForumTopicIconStickers`"
msgstr ""
#: ../../api/methods/get_forum_topic_icon_stickers.rst:33
msgid "With specific bot"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-02 22:41+0200\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -66,29 +66,28 @@ msgid "As bot method"
msgstr ""
#: ../../api/methods/pin_chat_message.rst:25
msgid "As message method"
msgstr ""
#: ../../api/methods/pin_chat_message.rst:33
msgid "Method as object"
msgstr ""
#: ../../api/methods/pin_chat_message.rst:35
#: ../../api/methods/pin_chat_message.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/pin_chat_message.rst:37
#: ../../api/methods/pin_chat_message.rst:29
msgid ":code:`from aiogram.methods.pin_chat_message import PinChatMessage`"
msgstr ""
#: ../../api/methods/pin_chat_message.rst:38
#: ../../api/methods/pin_chat_message.rst:30
msgid "alias: :code:`from aiogram.methods import PinChatMessage`"
msgstr ""
#: ../../api/methods/pin_chat_message.rst:41
#: ../../api/methods/pin_chat_message.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/pin_chat_message.rst:48
#: ../../api/methods/pin_chat_message.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid "As message method"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -124,6 +124,13 @@ msgstr ""
msgid "Pass :code:`True` if the administrator can pin messages, supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_topics:1 of
msgid ""
"Pass :code:`True` if the user is allowed to create, rename, close, and "
"reopen forum topics, supergroups only"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:14
msgid "Usage"
msgstr ""

View file

@ -0,0 +1,82 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/methods/reopen_forum_topic.rst:3
msgid "reopenForumTopic"
msgstr ""
#: ../../api/methods/reopen_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.reopen_forum_topic.ReopenForumTopic:1 of
msgid ""
"Use this method to reopen a closed topic in a forum supergroup chat. The "
"bot must be an administrator in the chat for this to work and must have "
"the *can_manage_topics* administrator rights, unless it is the creator of"
" the topic. Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.reopen_forum_topic.ReopenForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#reopenforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.reopen_forum_topic.ReopenForumTopic.chat_id:1 of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../docstring
#: aiogram.methods.reopen_forum_topic.ReopenForumTopic.message_thread_id:1 of
msgid "Unique identifier for the target message thread of the forum topic"
msgstr ""
#: ../../api/methods/reopen_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/reopen_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/reopen_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/reopen_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/reopen_forum_topic.rst:29
msgid ":code:`from aiogram.methods.reopen_forum_topic import ReopenForumTopic`"
msgstr ""
#: ../../api/methods/reopen_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import ReopenForumTopic`"
msgstr ""
#: ../../api/methods/reopen_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/reopen_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -53,6 +53,13 @@ msgid ""
"Sending Files » <sending-files>`"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_animation.SendAnimation.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_animation.SendAnimation.duration:1 of
msgid "Duration of sent animation in seconds"
msgstr ""
@ -126,10 +133,10 @@ msgstr ""
#: of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_animation.rst:14
@ -163,3 +170,14 @@ msgstr ""
#: ../../api/methods/send_animation.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -54,6 +54,12 @@ msgid ""
"Files » <sending-files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.caption:1 of
msgid "Audio caption, 0-1024 characters after entities parsing"
msgstr ""
@ -121,10 +127,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_audio.rst:14
@ -158,3 +164,14 @@ msgstr ""
#: ../../api/methods/send_audio.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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,6 +49,13 @@ msgstr ""
msgid "Contact's first name"
msgstr ""
#: ../../docstring aiogram.methods.send_contact.SendContact.message_thread_id:1
#: of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_contact.SendContact.last_name:1 of
msgid "Contact's last name"
msgstr ""
@ -86,10 +93,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_contact.SendContact.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_contact.rst:14
@ -123,3 +130,14 @@ msgstr ""
#: ../../api/methods/send_contact.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove keyboard or to force a"
#~ " reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -42,6 +42,12 @@ msgid ""
"(in the format :code:`@channelusername`)"
msgstr ""
#: ../../docstring aiogram.methods.send_dice.SendDice.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_dice.SendDice.emoji:1 of
msgid ""
"Emoji on which the dice throw animation is based. Currently, must be one "
@ -74,10 +80,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_dice.SendDice.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_dice.rst:14
@ -111,3 +117,14 @@ msgstr ""
#: ../../api/methods/send_dice.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -51,6 +51,13 @@ msgid ""
"/form-data. :ref:`More information on Sending Files » <sending-files>`"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_document.SendDocument.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_document.SendDocument.thumb:1 of
msgid ""
"Thumbnail of the file sent; can be ignored if thumbnail generation for "
@ -118,10 +125,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_document.SendDocument.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_document.rst:14
@ -155,3 +162,14 @@ msgstr ""
#: ../../api/methods/send_document.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -45,6 +45,12 @@ msgid ""
" up your games via `@BotFather <https://t.me/botfather>`_."
msgstr ""
#: ../../docstring aiogram.methods.send_game.SendGame.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_game.SendGame.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
@ -69,9 +75,9 @@ msgstr ""
#: ../../docstring aiogram.methods.send_game.SendGame.reply_markup:1 of
msgid ""
"A JSON-serialized object for an `inline keyboard "
"<https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_. If empty, one 'Play game_title' button will be shown. If not"
" empty, the first button must launch the game."
"<https://core.telegram.org/bots/features#inline-keyboards>`_. If empty, "
"one 'Play game_title' button will be shown. If not empty, the first "
"button must launch the game."
msgstr ""
#: ../../api/methods/send_game.rst:14
@ -105,3 +111,13 @@ msgstr ""
#: ../../api/methods/send_game.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for an "
#~ "`inline keyboard <https://core.telegram.org/bots"
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_. If empty, one 'Play "
#~ "game_title' button will be shown. If "
#~ "not empty, the first button must "
#~ "launch the game."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -73,6 +73,13 @@ msgid ""
"price, tax, discount, delivery cost, delivery tax, bonus, etc.)"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.message_thread_id:1
#: of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.max_tip_amount:1 of
msgid ""
"The maximum accepted amount for tips in the *smallest units* of the "
@ -198,9 +205,9 @@ msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.reply_markup:1 of
msgid ""
"A JSON-serialized object for an `inline keyboard "
"<https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_. If empty, one 'Pay :code:`total price`' button will be "
"shown. If not empty, the first button must be a Pay button."
"<https://core.telegram.org/bots/features#inline-keyboards>`_. If empty, "
"one 'Pay :code:`total price`' button will be shown. If not empty, the "
"first button must be a Pay button."
msgstr ""
#: ../../api/methods/send_invoice.rst:14
@ -234,3 +241,13 @@ msgstr ""
#: ../../api/methods/send_invoice.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for an "
#~ "`inline keyboard <https://core.telegram.org/bots"
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_. If empty, one 'Pay "
#~ ":code:`total price`' button will be "
#~ "shown. If not empty, the first "
#~ "button must be a Pay button."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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,6 +49,13 @@ msgstr ""
msgid "Longitude of the location"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_location.SendLocation.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_location.SendLocation.horizontal_accuracy:1 of
msgid "The radius of uncertainty for the location, measured in meters; 0-1500"
@ -102,10 +109,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_location.SendLocation.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_location.rst:14
@ -139,3 +146,14 @@ msgstr ""
#: ../../api/methods/send_location.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -50,6 +50,13 @@ msgid ""
" items"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_media_group.SendMediaGroup.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_media_group.SendMediaGroup.disable_notification:1 of
msgid ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -45,6 +45,13 @@ msgstr ""
msgid "Text of the message to be sent, 1-4096 characters after entities parsing"
msgstr ""
#: ../../docstring aiogram.methods.send_message.SendMessage.message_thread_id:1
#: of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_message.SendMessage.parse_mode:1 of
msgid ""
"Mode for parsing entities in the message text. See `formatting options "
@ -90,10 +97,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_message.SendMessage.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_message.rst:14
@ -127,3 +134,14 @@ msgstr ""
#: ../../api/methods/send_message.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -52,6 +52,12 @@ msgid ""
"files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.caption:1 of
msgid ""
"Photo caption (may also be used when resending photos by *file_id*), "
@ -97,10 +103,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_photo.rst:14
@ -134,3 +140,14 @@ msgstr ""
#: ../../api/methods/send_photo.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -51,6 +51,12 @@ msgid ""
"each"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.is_anonymous:1 of
msgid ":code:`True`, if the poll needs to be anonymous, defaults to :code:`True`"
msgstr ""
@ -136,10 +142,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_poll.rst:14
@ -173,3 +179,14 @@ msgstr ""
#: ../../api/methods/send_poll.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -53,6 +53,13 @@ msgid ""
"files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_sticker.SendSticker.message_thread_id:1
#: of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_sticker.SendSticker.disable_notification:1 of
msgid ""
@ -80,10 +87,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_sticker.SendSticker.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_sticker.rst:14
@ -117,3 +124,14 @@ msgstr ""
#: ../../api/methods/send_sticker.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -57,6 +57,12 @@ msgstr ""
msgid "Address of the venue"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.foursquare_id:1 of
msgid "Foursquare identifier of the venue"
msgstr ""
@ -104,10 +110,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_venue.rst:14
@ -141,3 +147,14 @@ msgstr ""
#: ../../api/methods/send_venue.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -54,6 +54,12 @@ msgid ""
"files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.duration:1 of
msgid "Duration of sent video in seconds"
msgstr ""
@ -127,10 +133,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_video.rst:14
@ -164,3 +170,14 @@ msgstr ""
#: ../../api/methods/send_video.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -52,6 +52,13 @@ msgid ""
"files>`. Sending video notes by a URL is currently unsupported"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_video_note.SendVideoNote.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.duration:1 of
msgid "Duration of sent video in seconds"
msgstr ""
@ -101,10 +108,10 @@ msgstr ""
#: of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_video_note.rst:14
@ -138,3 +145,14 @@ msgstr ""
#: ../../api/methods/send_video_note.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -56,6 +56,12 @@ msgid ""
"files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.caption:1 of
msgid "Voice message caption, 0-1024 characters after entities parsing"
msgstr ""
@ -103,10 +109,10 @@ msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_, `custom reply keyboard "
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
"reply keyboard or to force a reply from the user."
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_voice.rst:14
@ -140,3 +146,14 @@ msgstr ""
#: ../../api/methods/send_voice.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_, "
#~ "`custom reply keyboard "
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -44,7 +44,7 @@ msgid ""
msgstr ""
#: ../../docstring aiogram.methods.set_chat_title.SetChatTitle.title:1 of
msgid "New chat title, 1-255 characters"
msgid "New chat title, 1-128 characters"
msgstr ""
#: ../../api/methods/set_chat_title.rst:14
@ -78,3 +78,6 @@ msgstr ""
#: ../../api/methods/set_chat_title.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid "New chat title, 1-255 characters"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -27,11 +27,9 @@ msgstr ""
#: aiogram.methods.set_my_commands.SetMyCommands:1 of
msgid ""
"Use this method to change the list of the bot's commands. See "
"`https://core.telegram.org/bots#commands "
"<https://core.telegram.org/bots#commands>`_`https://core.telegram.org/bots#commands"
" <https://core.telegram.org/bots#commands>`_ for more details about bot "
"commands. Returns :code:`True` on success."
"Use this method to change the list of the bot's commands. See `this "
"manual <https://core.telegram.org/bots/features#commands>`_ for more "
"details about bot commands. Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.set_my_commands.SetMyCommands:3 of
@ -90,3 +88,13 @@ msgstr ""
#: ../../api/methods/set_my_commands.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "Use this method to change the list"
#~ " of the bot's commands. See "
#~ "`https://core.telegram.org/bots#commands "
#~ "<https://core.telegram.org/bots#commands>`_`https://core.telegram.org/bots#commands"
#~ " <https://core.telegram.org/bots#commands>`_ for more"
#~ " details about bot commands. Returns "
#~ ":code:`True` on success."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-02 22:41+0200\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -67,8 +67,7 @@ msgstr ""
#: of
msgid ""
"A JSON-serialized object for a new `inline keyboard "
"<https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_."
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
msgstr ""
#: ../../api/methods/stop_message_live_location.rst:14
@ -80,31 +79,37 @@ msgid "As bot method"
msgstr ""
#: ../../api/methods/stop_message_live_location.rst:25
msgid "As message method"
msgstr ""
#: ../../api/methods/stop_message_live_location.rst:33
msgid "Method as object"
msgstr ""
#: ../../api/methods/stop_message_live_location.rst:35
#: ../../api/methods/stop_message_live_location.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/stop_message_live_location.rst:37
#: ../../api/methods/stop_message_live_location.rst:29
msgid ""
":code:`from aiogram.methods.stop_message_live_location import "
"StopMessageLiveLocation`"
msgstr ""
#: ../../api/methods/stop_message_live_location.rst:38
#: ../../api/methods/stop_message_live_location.rst:30
msgid "alias: :code:`from aiogram.methods import StopMessageLiveLocation`"
msgstr ""
#: ../../api/methods/stop_message_live_location.rst:41
#: ../../api/methods/stop_message_live_location.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/stop_message_live_location.rst:48
#: ../../api/methods/stop_message_live_location.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for a new"
#~ " `inline keyboard <https://core.telegram.org/bots"
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_."
#~ msgstr ""
#~ msgid "As message method"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -48,8 +48,7 @@ msgstr ""
#: ../../docstring aiogram.methods.stop_poll.StopPoll.reply_markup:1 of
msgid ""
"A JSON-serialized object for a new message `inline keyboard "
"<https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_."
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
msgstr ""
#: ../../api/methods/stop_poll.rst:14
@ -83,3 +82,10 @@ msgstr ""
#: ../../api/methods/stop_poll.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for a new"
#~ " message `inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_."
#~ msgstr ""

View file

@ -0,0 +1,88 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/methods/unpin_all_forum_topic_messages.rst:3
msgid "unpinAllForumTopicMessages"
msgstr ""
#: ../../api/methods/unpin_all_forum_topic_messages.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages:1
#: of
msgid ""
"Use this method to clear the list of pinned messages in a 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."
msgstr ""
#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages:3
#: of
msgid "Source: https://core.telegram.org/bots/api#unpinallforumtopicmessages"
msgstr ""
#: ../../docstring
#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages.chat_id:1
#: of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../docstring
#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages.message_thread_id:1
#: of
msgid "Unique identifier for the target message thread of the forum topic"
msgstr ""
#: ../../api/methods/unpin_all_forum_topic_messages.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/unpin_all_forum_topic_messages.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/unpin_all_forum_topic_messages.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/unpin_all_forum_topic_messages.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/unpin_all_forum_topic_messages.rst:29
msgid ""
":code:`from aiogram.methods.unpin_all_forum_topic_messages import "
"UnpinAllForumTopicMessages`"
msgstr ""
#: ../../api/methods/unpin_all_forum_topic_messages.rst:30
msgid "alias: :code:`from aiogram.methods import UnpinAllForumTopicMessages`"
msgstr ""
#: ../../api/methods/unpin_all_forum_topic_messages.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/unpin_all_forum_topic_messages.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-02 22:41+0200\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -62,29 +62,28 @@ msgid "As bot method"
msgstr ""
#: ../../api/methods/unpin_chat_message.rst:25
msgid "As message method"
msgstr ""
#: ../../api/methods/unpin_chat_message.rst:33
msgid "Method as object"
msgstr ""
#: ../../api/methods/unpin_chat_message.rst:35
#: ../../api/methods/unpin_chat_message.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/unpin_chat_message.rst:37
#: ../../api/methods/unpin_chat_message.rst:29
msgid ":code:`from aiogram.methods.unpin_chat_message import UnpinChatMessage`"
msgstr ""
#: ../../api/methods/unpin_chat_message.rst:38
#: ../../api/methods/unpin_chat_message.rst:30
msgid "alias: :code:`from aiogram.methods import UnpinChatMessage`"
msgstr ""
#: ../../api/methods/unpin_chat_message.rst:41
#: ../../api/methods/unpin_chat_message.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/unpin_chat_message.rst:48
#: ../../api/methods/unpin_chat_message.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid "As message method"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -24,13 +24,13 @@ msgstr ""
#: aiogram.types.callback_query.CallbackQuery:1 of
msgid ""
"This object represents an incoming callback query from a callback button "
"in an `inline keyboard <https://core.telegram.org/bots#inline-keyboards-"
"and-on-the-fly-updating>`_. If the button that originated the query was "
"attached to a message sent by the bot, the field *message* will be "
"present. If the button was attached to a message sent via the bot (in "
"`inline mode <https://core.telegram.org/bots/api#inline-mode>`_), the "
"field *inline_message_id* will be present. Exactly one of the fields "
"*data* or *game_short_name* will be present."
"in an `inline keyboard <https://core.telegram.org/bots/features#inline-"
"keyboards>`_. If the button that originated the query was attached to a "
"message sent by the bot, the field *message* will be present. If the "
"button was attached to a message sent via the bot (in `inline mode "
"<https://core.telegram.org/bots/api#inline-mode>`_), the field "
"*inline_message_id* will be present. Exactly one of the fields *data* or "
"*game_short_name* will be present."
msgstr ""
#: aiogram.types.callback_query.CallbackQuery:3 of
@ -104,3 +104,21 @@ msgstr ""
#: aiogram.types.callback_query.CallbackQuery.answer of
msgid "Returns"
msgstr ""
#~ msgid ""
#~ "This object represents an incoming "
#~ "callback query from a callback button"
#~ " in an `inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_. If the "
#~ "button that originated the query was "
#~ "attached to a message sent by the"
#~ " bot, the field *message* will be "
#~ "present. If the button was attached "
#~ "to a message sent via the bot "
#~ "(in `inline mode <https://core.telegram.org/bots/api"
#~ "#inline-mode>`_), the field *inline_message_id*"
#~ " will be present. Exactly one of "
#~ "the fields *data* or *game_short_name* "
#~ "will be present."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -60,12 +60,34 @@ msgstr ""
msgid "*Optional*. Last name of the other party in a private chat"
msgstr ""
#: ../../docstring aiogram.types.chat.Chat.is_forum:1 of
msgid ""
"*Optional*. :code:`True`, if the supergroup chat is a forum (has `topics "
"<https://telegram.org/blog/topics-in-groups-collectible-usernames#topics-"
"in-groups>`_ enabled)"
msgstr ""
#: ../../docstring aiogram.types.chat.Chat.photo:1 of
msgid ""
"*Optional*. Chat photo. Returned only in "
":class:`aiogram.methods.get_chat.GetChat`."
msgstr ""
#: ../../docstring aiogram.types.chat.Chat.active_usernames:1 of
msgid ""
"*Optional*. If non-empty, the list of all `active chat usernames "
"<https://telegram.org/blog/topics-in-groups-collectible-usernames"
"#collectible-usernames>`_; for private chats, supergroups and channels. "
"Returned only in :class:`aiogram.methods.get_chat.GetChat`."
msgstr ""
#: ../../docstring aiogram.types.chat.Chat.emoji_status_custom_emoji_id:1 of
msgid ""
"*Optional*. Custom emoji identifier of emoji status of the other party in"
" a private chat. Returned only in "
":class:`aiogram.methods.get_chat.GetChat`."
msgstr ""
#: ../../docstring aiogram.types.chat.Chat.bio:1 of
msgid ""
"*Optional*. Bio of the other party in a private chat. Returned only in "

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -110,3 +110,11 @@ msgid ""
"*Optional*. :code:`True`, if the user is allowed to pin messages; groups "
"and supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_topics:1
#: of
msgid ""
"*Optional*. :code:`True`, if the user is allowed to create, rename, "
"close, and reopen forum topics; supergroups only"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -143,6 +143,12 @@ msgid ""
"and supergroups only"
msgstr ""
#: ../../docstring aiogram.types.chat_member.ChatMember.can_manage_topics:1 of
msgid ""
"*Optional*. :code:`True`, if the user is allowed to create, rename, "
"close, and reopen forum topics; supergroups only"
msgstr ""
#: ../../docstring aiogram.types.chat_member.ChatMember.is_member:1 of
msgid ""
"*Optional*. :code:`True`, if the user is a member of the chat at the "

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -132,6 +132,14 @@ msgid ""
"and supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_manage_topics:1
#: of
msgid ""
"*Optional*. :code:`True`, if the user is allowed to create, rename, "
"close, and reopen forum topics; supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.custom_title:1
#: of

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -69,6 +69,12 @@ msgstr ""
msgid ":code:`True`, if the user is allowed to pin messages"
msgstr ""
#: ../../docstring
#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_manage_topics:1
#: of
msgid ":code:`True`, if the user is allowed to create forum topics"
msgstr ""
#: ../../docstring
#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_messages:1
#: of

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -88,3 +88,10 @@ msgid ""
"*Optional*. :code:`True`, if the user is allowed to pin messages. Ignored"
" in public supergroups"
msgstr ""
#: ../../docstring
#: aiogram.types.chat_permissions.ChatPermissions.can_manage_topics:1 of
msgid ""
"*Optional*. :code:`True`, if the user is allowed to create forum topics. "
"If omitted defaults to the value of can_pin_messages"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -27,7 +27,7 @@ msgid ""
"a reply interface to the user (act as if the user has selected the bot's "
"message and tapped 'Reply'). This can be extremely useful if you want to "
"create user-friendly step-by-step interfaces without having to sacrifice "
"`privacy mode <https://core.telegram.org/bots#privacy-mode>`_."
"`privacy mode <https://core.telegram.org/bots/features#privacy-mode>`_."
msgstr ""
#: aiogram.types.force_reply.ForceReply:3 of
@ -83,3 +83,16 @@ msgid ""
":class:`aiogram.types.message.Message` object; 2) if the bot's message is"
" a reply (has *reply_to_message_id*), sender of the original message."
msgstr ""
#~ msgid ""
#~ "Upon receiving a message with this "
#~ "object, Telegram clients will display a"
#~ " reply interface to the user (act "
#~ "as if the user has selected the"
#~ " bot's message and tapped 'Reply'). "
#~ "This can be extremely useful if "
#~ "you want to create user-friendly "
#~ "step-by-step interfaces without having "
#~ "to sacrifice `privacy mode "
#~ "<https://core.telegram.org/bots#privacy-mode>`_."
#~ msgstr ""

View file

@ -0,0 +1,47 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/types/forum_topic.rst:3
msgid "ForumTopic"
msgstr ""
#: aiogram.types.forum_topic.ForumTopic:1 of
msgid "This object represents a forum topic."
msgstr ""
#: aiogram.types.forum_topic.ForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#forumtopic"
msgstr ""
#: ../../docstring aiogram.types.forum_topic.ForumTopic.message_thread_id:1 of
msgid "Unique identifier of the forum topic"
msgstr ""
#: ../../docstring aiogram.types.forum_topic.ForumTopic.name:1 of
msgid "Name of the topic"
msgstr ""
#: ../../docstring aiogram.types.forum_topic.ForumTopic.icon_color:1 of
msgid "Color of the topic icon in RGB format"
msgstr ""
#: ../../docstring aiogram.types.forum_topic.ForumTopic.icon_custom_emoji_id:1
#: of
msgid "*Optional*. Unique identifier of the custom emoji shown as the topic icon"
msgstr ""

View file

@ -0,0 +1,32 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/types/forum_topic_closed.rst:3
msgid "ForumTopicClosed"
msgstr ""
#: aiogram.types.forum_topic_closed.ForumTopicClosed:1 of
msgid ""
"This object represents a service message about a forum topic closed in "
"the chat. Currently holds no information."
msgstr ""
#: aiogram.types.forum_topic_closed.ForumTopicClosed:3 of
msgid "Source: https://core.telegram.org/bots/api#forumtopicclosed"
msgstr ""

View file

@ -0,0 +1,48 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/types/forum_topic_created.rst:3
msgid "ForumTopicCreated"
msgstr ""
#: aiogram.types.forum_topic_created.ForumTopicCreated:1 of
msgid ""
"This object represents a service message about a new forum topic created "
"in the chat."
msgstr ""
#: aiogram.types.forum_topic_created.ForumTopicCreated:3 of
msgid "Source: https://core.telegram.org/bots/api#forumtopiccreated"
msgstr ""
#: ../../docstring aiogram.types.forum_topic_created.ForumTopicCreated.name:1
#: of
msgid "Name of the topic"
msgstr ""
#: ../../docstring
#: aiogram.types.forum_topic_created.ForumTopicCreated.icon_color:1 of
msgid "Color of the topic icon in RGB format"
msgstr ""
#: ../../docstring
#: aiogram.types.forum_topic_created.ForumTopicCreated.icon_custom_emoji_id:1
#: of
msgid "*Optional*. Unique identifier of the custom emoji shown as the topic icon"
msgstr ""

View file

@ -0,0 +1,32 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-06 14:18+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../api/types/forum_topic_reopened.rst:3
msgid "ForumTopicReopened"
msgstr ""
#: aiogram.types.forum_topic_reopened.ForumTopicReopened:1 of
msgid ""
"This object represents a service message about a forum topic reopened in "
"the chat. Currently holds no information."
msgstr ""
#: aiogram.types.forum_topic_reopened.ForumTopicReopened:3 of
msgid "Source: https://core.telegram.org/bots/api#forumtopicreopened"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -24,10 +24,10 @@ msgstr ""
#: aiogram.types.inline_keyboard_markup.InlineKeyboardMarkup:1 of
msgid ""
"This object represents an `inline keyboard "
"<https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
"updating>`_ that appears right next to the message it belongs to. "
"**Note:** This will only work in Telegram versions released after 9 "
"April, 2016. Older clients will display *unsupported message*."
"<https://core.telegram.org/bots/features#inline-keyboards>`_ that appears"
" right next to the message it belongs to. **Note:** This will only work "
"in Telegram versions released after 9 April, 2016. Older clients will "
"display *unsupported message*."
msgstr ""
#: aiogram.types.inline_keyboard_markup.InlineKeyboardMarkup:4 of
@ -42,3 +42,15 @@ msgid ""
":class:`aiogram.types.inline_keyboard_button.InlineKeyboardButton` "
"objects"
msgstr ""
#~ msgid ""
#~ "This object represents an `inline "
#~ "keyboard <https://core.telegram.org/bots#inline-"
#~ "keyboards-and-on-the-fly-updating>`_ "
#~ "that appears right next to the "
#~ "message it belongs to. **Note:** This"
#~ " will only work in Telegram versions"
#~ " released after 9 April, 2016. Older"
#~ " clients will display *unsupported "
#~ "message*."
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -55,8 +55,8 @@ msgstr ""
#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -95,3 +95,10 @@ msgstr ""
#: of
msgid "*Optional*. Thumbnail height"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -93,8 +93,8 @@ msgstr ""
#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -102,3 +102,10 @@ msgstr ""
#: of
msgid "*Optional*. Content of the message to be sent instead of the audio"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -81,8 +81,8 @@ msgstr ""
#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -90,3 +90,10 @@ msgstr ""
#: of
msgid "*Optional*. Content of the message to be sent instead of the audio"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -96,8 +96,8 @@ msgstr ""
#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -105,3 +105,10 @@ msgstr ""
#: of
msgid "*Optional*. Content of the message to be sent instead of the file"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -86,8 +86,8 @@ msgstr ""
#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -95,3 +95,10 @@ msgstr ""
#: of
msgid "*Optional*. Content of the message to be sent instead of the GIF animation"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -89,8 +89,8 @@ msgstr ""
#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -100,3 +100,10 @@ msgid ""
"*Optional*. Content of the message to be sent instead of the video "
"animation"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -94,8 +94,8 @@ msgstr ""
#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -103,3 +103,10 @@ msgstr ""
#: of
msgid "*Optional*. Content of the message to be sent instead of the photo"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -60,8 +60,8 @@ msgstr ""
#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -69,3 +69,10 @@ msgstr ""
#: of
msgid "*Optional*. Content of the message to be sent instead of the sticker"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -94,8 +94,8 @@ msgstr ""
#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -103,3 +103,10 @@ msgstr ""
#: of
msgid "*Optional*. Content of the message to be sent instead of the video"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -88,8 +88,8 @@ msgstr ""
#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -97,3 +97,10 @@ msgstr ""
#: of
msgid "*Optional*. Content of the message to be sent instead of the voice message"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -74,8 +74,8 @@ msgstr ""
#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -101,3 +101,10 @@ msgstr ""
#: of
msgid "*Optional*. Thumbnail height"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -53,6 +53,13 @@ msgstr ""
#: aiogram.types.inline_query_result_game.InlineQueryResultGame.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -109,8 +109,8 @@ msgstr ""
#: ../../docstring
#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.reply_markup:1 of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -118,3 +118,10 @@ msgstr ""
#: of
msgid "*Optional*. Content of the message to be sent instead of the GIF animation"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -100,8 +100,8 @@ msgstr ""
#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -127,3 +127,10 @@ msgstr ""
#: of
msgid "*Optional*. Thumbnail height"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -120,8 +120,8 @@ msgstr ""
#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -131,3 +131,10 @@ msgid ""
"*Optional*. Content of the message to be sent instead of the video "
"animation"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -108,8 +108,8 @@ msgstr ""
#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -117,3 +117,10 @@ msgstr ""
#: of
msgid "*Optional*. Content of the message to be sent instead of the photo"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -98,8 +98,8 @@ msgstr ""
#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -125,3 +125,10 @@ msgstr ""
#: of
msgid "*Optional*. Thumbnail height"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -124,8 +124,8 @@ msgstr ""
#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -136,3 +136,10 @@ msgid ""
"field is **required** if InlineQueryResultVideo is used to send an HTML-"
"page as a result (e.g., a YouTube video)."
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -88,8 +88,8 @@ msgstr ""
#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.reply_markup:1
#: of
msgid ""
"*Optional*. `Inline keyboard <https://core.telegram.org/bots#inline-"
"keyboards-and-on-the-fly-updating>`_ attached to the message"
"*Optional*. `Inline keyboard <https://core.telegram.org/bots/features"
"#inline-keyboards>`_ attached to the message"
msgstr ""
#: ../../docstring
@ -99,3 +99,10 @@ msgid ""
"*Optional*. Content of the message to be sent instead of the voice "
"recording"
msgstr ""
#~ msgid ""
#~ "*Optional*. `Inline keyboard "
#~ "<https://core.telegram.org/bots#inline-keyboards-and-"
#~ "on-the-fly-updating>`_ attached to "
#~ "the message"
#~ msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-02 22:41+0200\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -41,6 +41,12 @@ msgstr ""
msgid "Conversation the message belongs to"
msgstr ""
#: ../../docstring aiogram.types.message.Message.message_thread_id:1 of
msgid ""
"*Optional*. Unique identifier of a message thread to which the message "
"belongs; for supergroups only"
msgstr ""
#: ../../docstring aiogram.types.message.Message.from_user:1 of
msgid ""
"*Optional*. Sender of the message; empty for messages sent to channels. "
@ -93,6 +99,10 @@ msgid ""
" Unix time"
msgstr ""
#: ../../docstring aiogram.types.message.Message.is_topic_message:1 of
msgid "*Optional*. :code:`True`, if the message is sent to a forum topic"
msgstr ""
#: ../../docstring aiogram.types.message.Message.is_automatic_forward:1 of
msgid ""
"*Optional*. :code:`True`, if the message is a channel post that was "
@ -329,6 +339,18 @@ msgid ""
"proximity alert while sharing Live Location."
msgstr ""
#: ../../docstring aiogram.types.message.Message.forum_topic_created:1 of
msgid "*Optional*. Service message: forum topic created"
msgstr ""
#: ../../docstring aiogram.types.message.Message.forum_topic_closed:1 of
msgid "*Optional*. Service message: forum topic closed"
msgstr ""
#: ../../docstring aiogram.types.message.Message.forum_topic_reopened:1 of
msgid "*Optional*. Service message: forum topic reopened"
msgstr ""
#: ../../docstring aiogram.types.message.Message.video_chat_scheduled:1 of
msgid "*Optional*. Service message: video chat scheduled"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-02 22:41+0200\n"
"POT-Creation-Date: 2022-11-06 14:18+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"
@ -22,9 +22,11 @@ msgid "User"
msgstr ""
#: aiogram.types.user.User:1 of
msgid ""
"This object represents a Telegram user or bot. Source: "
"https://core.telegram.org/bots/api#user"
msgid "This object represents a Telegram user or bot."
msgstr ""
#: aiogram.types.user.User:3 of
msgid "Source: https://core.telegram.org/bots/api#user"
msgstr ""
#: ../../docstring aiogram.types.user.User.id:1 of
@ -78,8 +80,8 @@ msgstr ""
#: ../../docstring aiogram.types.user.User.can_read_all_group_messages:1 of
msgid ""
"*Optional*. :code:`True`, if `privacy mode "
"<https://core.telegram.org/bots#privacy-mode>`_ is disabled for the bot. "
"Returned only in :class:`aiogram.methods.get_me.GetMe`."
"<https://core.telegram.org/bots/features#privacy-mode>`_ is disabled for "
"the bot. Returned only in :class:`aiogram.methods.get_me.GetMe`."
msgstr ""
#: ../../docstring aiogram.types.user.User.supports_inline_queries:1 of
@ -93,3 +95,16 @@ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#user"
#~ msgstr ""
#~ msgid ""
#~ "This object represents a Telegram user"
#~ " or bot. Source: "
#~ "https://core.telegram.org/bots/api#user"
#~ msgstr ""
#~ msgid ""
#~ "*Optional*. :code:`True`, if `privacy mode "
#~ "<https://core.telegram.org/bots#privacy-mode>`_ is "
#~ "disabled for the bot. Returned only "
#~ "in :class:`aiogram.methods.get_me.GetMe`."
#~ msgstr ""