diff --git a/Makefile b/Makefile
index 66dd4eba..36b2fcf8 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ test-coverage-view:
# Docs
# =================================================================================================
-locales := en uk_UA
+locales := en uk_UA ru
locale_targets := $(addprefix docs-serve-, $(locales))
locales_pot := _build/gettext
docs_dir := docs
diff --git a/README.rst b/README.rst
index bf5a7d11..44f94820 100644
--- a/README.rst
+++ b/README.rst
@@ -47,6 +47,7 @@ Make your bots faster and more powerful!
Documentation:
- 🇺🇸 `English `_
- 🇺🇦 `Ukrainian `_
+ - 🇷🇺 `Russian `_
.. danger::
diff --git a/docs/locale/en/LC_MESSAGES/api/bot.po b/docs/locale/en/LC_MESSAGES/api/bot.po
index 0a7dbcc9..be6a1335 100644
--- a/docs/locale/en/LC_MESSAGES/api/bot.po
+++ b/docs/locale/en/LC_MESSAGES/api/bot.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-07 23:01+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/bot.rst:3
msgid "Bot"
@@ -46,103 +46,87 @@ msgid ""
"documentation"
msgstr ""
-#: aiogram.client.bot.Bot:1 of
-msgid ""
-"Bases: :py:class:`~aiogram.utils.mixins.ContextInstanceMixin`\\ "
-"[:py:class:`Bot`]"
-msgstr ""
+#~ msgid ""
+#~ "Bases: :py:class:`~aiogram.utils.mixins.ContextInstanceMixin`\\"
+#~ " [:py:class:`Bot`]"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.__init__:1 of
-msgid "Bot class"
-msgstr ""
+#~ msgid "Bot class"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.__init__ aiogram.client.bot.Bot.context
-#: aiogram.client.bot.Bot.download aiogram.client.bot.Bot.download_file of
-msgid "Parameters"
-msgstr ""
+#~ msgid "Parameters"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.__init__:3 of
-msgid "Telegram Bot token `Obtained from @BotFather `_"
-msgstr ""
+#~ msgid "Telegram Bot token `Obtained from @BotFather `_"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.__init__:4 of
-msgid ""
-"HTTP Client session (For example AiohttpSession). If not specified it "
-"will be automatically created."
-msgstr ""
+#~ msgid ""
+#~ "HTTP Client session (For example "
+#~ "AiohttpSession). If not specified it "
+#~ "will be automatically created."
+#~ msgstr ""
-#: aiogram.client.bot.Bot.__init__:6 of
-msgid ""
-"Default parse mode. If specified it will be propagated into the API "
-"methods at runtime."
-msgstr ""
+#~ msgid ""
+#~ "Default parse mode. If specified it "
+#~ "will be propagated into the API "
+#~ "methods at runtime."
+#~ msgstr ""
-#: aiogram.client.bot.Bot.__init__ of
-msgid "Raises"
-msgstr ""
+#~ msgid "Raises"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.__init__:8 of
-msgid "When token has invalid format this exception will be raised"
-msgstr ""
+#~ msgid "When token has invalid format this exception will be raised"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.id:1 of
-msgid "Get bot ID from token"
-msgstr ""
+#~ msgid "Get bot ID from token"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.context aiogram.client.bot.Bot.id
-#: aiogram.client.bot.Bot.me of
-msgid "Returns"
-msgstr ""
+#~ msgid "Returns"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.context:1 of
-msgid "Generate bot context"
-msgstr ""
+#~ msgid "Generate bot context"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.me:1 of
-msgid "Cached alias for getMe method"
-msgstr ""
+#~ msgid "Cached alias for getMe method"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.download_file:1 of
-msgid "Download file by file_path to destination."
-msgstr ""
+#~ msgid "Download file by file_path to destination."
+#~ msgstr ""
-#: aiogram.client.bot.Bot.download:3 aiogram.client.bot.Bot.download_file:3 of
-msgid ""
-"If you want to automatically create destination (:class:`io.BytesIO`) use"
-" default value of destination and handle result of this method."
-msgstr ""
+#~ msgid ""
+#~ "If you want to automatically create "
+#~ "destination (:class:`io.BytesIO`) use default "
+#~ "value of destination and handle result"
+#~ " of this method."
+#~ msgstr ""
-#: aiogram.client.bot.Bot.download_file:6 of
-msgid ""
-"File path on Telegram server (You can get it from "
-":obj:`aiogram.types.File`)"
-msgstr ""
+#~ msgid ""
+#~ "File path on Telegram server (You "
+#~ "can get it from :obj:`aiogram.types.File`)"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.download:7 aiogram.client.bot.Bot.download_file:7 of
-msgid ""
-"Filename, file path or instance of :class:`io.IOBase`. For e.g. "
-":class:`io.BytesIO`, defaults to None"
-msgstr ""
+#~ msgid ""
+#~ "Filename, file path or instance of "
+#~ ":class:`io.IOBase`. For e.g. :class:`io.BytesIO`,"
+#~ " defaults to None"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.download:8 aiogram.client.bot.Bot.download_file:8 of
-msgid "Total timeout in seconds, defaults to 30"
-msgstr ""
+#~ msgid "Total timeout in seconds, defaults to 30"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.download:9 aiogram.client.bot.Bot.download_file:9 of
-msgid "File chunks size, defaults to 64 kb"
-msgstr ""
+#~ msgid "File chunks size, defaults to 64 kb"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.download:10 aiogram.client.bot.Bot.download_file:10
-#: of
-msgid ""
-"Go to start of file when downloading is finished. Used only for "
-"destination with :class:`typing.BinaryIO` type, defaults to True"
-msgstr ""
+#~ msgid ""
+#~ "Go to start of file when "
+#~ "downloading is finished. Used only for"
+#~ " destination with :class:`typing.BinaryIO` type,"
+#~ " defaults to True"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.download:1 of
-msgid "Download file by file_id or Downloadable object to destination."
-msgstr ""
+#~ msgid "Download file by file_id or Downloadable object to destination."
+#~ msgstr ""
+
+#~ msgid "file_id or Downloadable object"
+#~ msgstr ""
-#: aiogram.client.bot.Bot.download:6 of
-msgid "file_id or Downloadable object"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/download_file.po b/docs/locale/en/LC_MESSAGES/api/download_file.po
index bcd3ec0f..ac7c02dc 100644
--- a/docs/locale/en/LC_MESSAGES/api/download_file.po
+++ b/docs/locale/en/LC_MESSAGES/api/download_file.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-12-30 22:28+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/download_file.rst:3
msgid "How to download file?"
@@ -62,47 +62,6 @@ msgid ""
"default value of destination and handle result of this method."
msgstr ""
-#: aiogram.client.bot.Bot.download_file:1 of
-msgid "Download file by file_path to destination."
-msgstr ""
-
-#: aiogram.client.bot.Bot.download:3 aiogram.client.bot.Bot.download_file:3 of
-msgid ""
-"If you want to automatically create destination (:class:`io.BytesIO`) use"
-" default value of destination and handle result of this method."
-msgstr ""
-
-#: aiogram.client.bot.Bot.download aiogram.client.bot.Bot.download_file of
-msgid "Parameters"
-msgstr ""
-
-#: aiogram.client.bot.Bot.download_file:6 of
-msgid ""
-"File path on Telegram server (You can get it from "
-":obj:`aiogram.types.File`)"
-msgstr ""
-
-#: aiogram.client.bot.Bot.download:7 aiogram.client.bot.Bot.download_file:7 of
-msgid ""
-"Filename, file path or instance of :class:`io.IOBase`. For e.g. "
-":class:`io.BytesIO`, defaults to None"
-msgstr ""
-
-#: aiogram.client.bot.Bot.download:8 aiogram.client.bot.Bot.download_file:8 of
-msgid "Total timeout in seconds, defaults to 30"
-msgstr ""
-
-#: aiogram.client.bot.Bot.download:9 aiogram.client.bot.Bot.download_file:9 of
-msgid "File chunks size, defaults to 64 kb"
-msgstr ""
-
-#: aiogram.client.bot.Bot.download:10 aiogram.client.bot.Bot.download_file:10
-#: of
-msgid ""
-"Go to start of file when downloading is finished. Used only for "
-"destination with :class:`typing.BinaryIO` type, defaults to True"
-msgstr ""
-
#: ../../api/download_file.rst:38
msgid ""
"There are two options where you can download the file: to **disk** or to "
@@ -157,14 +116,6 @@ msgstr ""
msgid "Download file by `file_id` or `Downloadable` object to destination."
msgstr ""
-#: aiogram.client.bot.Bot.download:1 of
-msgid "Download file by file_id or Downloadable object to destination."
-msgstr ""
-
-#: aiogram.client.bot.Bot.download:6 of
-msgid "file_id or Downloadable object"
-msgstr ""
-
#: ../../api/download_file.rst:88
msgid ""
"It differs from `download_file <#download-file>`__ **only** in that it "
@@ -185,3 +136,47 @@ msgstr ""
#~ msgid "Bot class"
#~ msgstr ""
+
+#~ msgid "Download file by file_path to destination."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "If you want to automatically create "
+#~ "destination (:class:`io.BytesIO`) use default "
+#~ "value of destination and handle result"
+#~ " of this method."
+#~ msgstr ""
+
+#~ msgid "Parameters"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "File path on Telegram server (You "
+#~ "can get it from :obj:`aiogram.types.File`)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Filename, file path or instance of "
+#~ ":class:`io.IOBase`. For e.g. :class:`io.BytesIO`,"
+#~ " defaults to None"
+#~ msgstr ""
+
+#~ msgid "Total timeout in seconds, defaults to 30"
+#~ msgstr ""
+
+#~ msgid "File chunks size, defaults to 64 kb"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Go to start of file when "
+#~ "downloading is finished. Used only for"
+#~ " destination with :class:`typing.BinaryIO` type,"
+#~ " defaults to True"
+#~ msgstr ""
+
+#~ msgid "Download file by file_id or Downloadable object to destination."
+#~ msgstr ""
+
+#~ msgid "file_id or Downloadable object"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/bot_command_scope_type.po b/docs/locale/en/LC_MESSAGES/api/enums/bot_command_scope_type.po
index 2d7153f4..4c07f346 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/bot_command_scope_type.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/bot_command_scope_type.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/bot_command_scope_type.rst:3
msgid "BotCommandScopeType"
msgstr ""
-#: aiogram.enums.bot_command_scope_type.BotCommandScopeType:1 of
-msgid "This object represents the scope to which bot commands are applied."
-msgstr ""
+#~ msgid "This object represents the scope to which bot commands are applied."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscope"
+#~ msgstr ""
-#: aiogram.enums.bot_command_scope_type.BotCommandScopeType:3 of
-msgid "Source: https://core.telegram.org/bots/api#botcommandscope"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/chat_action.po b/docs/locale/en/LC_MESSAGES/api/enums/chat_action.po
index 0ba8fec1..bd165bca 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/chat_action.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/chat_action.po
@@ -8,59 +8,49 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/chat_action.rst:3
msgid "ChatAction"
msgstr ""
-#: aiogram.enums.chat_action.ChatAction:1 of
-msgid "This object represents bot actions."
-msgstr ""
+#~ msgid "This object represents bot actions."
+#~ msgstr ""
-#: aiogram.enums.chat_action.ChatAction:3 of
-msgid "Choose one, depending on what the user is about to receive:"
-msgstr ""
+#~ msgid "Choose one, depending on what the user is about to receive:"
+#~ msgstr ""
-#: aiogram.enums.chat_action.ChatAction:5 of
-msgid "typing for text messages,"
-msgstr ""
+#~ msgid "typing for text messages,"
+#~ msgstr ""
-#: aiogram.enums.chat_action.ChatAction:6 of
-msgid "upload_photo for photos,"
-msgstr ""
+#~ msgid "upload_photo for photos,"
+#~ msgstr ""
-#: aiogram.enums.chat_action.ChatAction:7 of
-msgid "record_video or upload_video for videos,"
-msgstr ""
+#~ msgid "record_video or upload_video for videos,"
+#~ msgstr ""
-#: aiogram.enums.chat_action.ChatAction:8 of
-msgid "record_voice or upload_voice for voice notes,"
-msgstr ""
+#~ msgid "record_voice or upload_voice for voice notes,"
+#~ msgstr ""
-#: aiogram.enums.chat_action.ChatAction:9 of
-msgid "upload_document for general files,"
-msgstr ""
+#~ msgid "upload_document for general files,"
+#~ msgstr ""
-#: aiogram.enums.chat_action.ChatAction:10 of
-msgid "choose_sticker for stickers,"
-msgstr ""
+#~ msgid "choose_sticker for stickers,"
+#~ msgstr ""
-#: aiogram.enums.chat_action.ChatAction:11 of
-msgid "find_location for location data,"
-msgstr ""
+#~ msgid "find_location for location data,"
+#~ msgstr ""
-#: aiogram.enums.chat_action.ChatAction:12 of
-msgid "record_video_note or upload_video_note for video notes."
-msgstr ""
+#~ msgid "record_video_note or upload_video_note for video notes."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#sendchataction"
+#~ msgstr ""
-#: aiogram.enums.chat_action.ChatAction:14 of
-msgid "Source: https://core.telegram.org/bots/api#sendchataction"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/chat_member_status.po b/docs/locale/en/LC_MESSAGES/api/enums/chat_member_status.po
index d5455e57..1b2cc5d4 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/chat_member_status.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/chat_member_status.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/chat_member_status.rst:3
msgid "ChatMemberStatus"
msgstr ""
-#: aiogram.enums.chat_member_status.ChatMemberStatus:1 of
-msgid "This object represents chat member status."
-msgstr ""
+#~ msgid "This object represents chat member status."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#chatmember"
+#~ msgstr ""
-#: aiogram.enums.chat_member_status.ChatMemberStatus:3 of
-msgid "Source: https://core.telegram.org/bots/api#chatmember"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/chat_type.po b/docs/locale/en/LC_MESSAGES/api/enums/chat_type.po
index daa15092..bc8a54a1 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/chat_type.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/chat_type.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/chat_type.rst:3
msgid "ChatType"
msgstr ""
-#: aiogram.enums.chat_type.ChatType:1 of
-msgid "This object represents a chat type"
-msgstr ""
+#~ msgid "This object represents a chat type"
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#chat"
+#~ msgstr ""
-#: aiogram.enums.chat_type.ChatType:3 of
-msgid "Source: https://core.telegram.org/bots/api#chat"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/content_type.po b/docs/locale/en/LC_MESSAGES/api/enums/content_type.po
index b8d27ec9..3eac44e2 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/content_type.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/content_type.po
@@ -8,19 +8,19 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/content_type.rst:3
msgid "ContentType"
msgstr ""
-#: aiogram.enums.content_type.ContentType:1 of
-msgid "This object represents a type of content in message"
-msgstr ""
+#~ msgid "This object represents a type of content in message"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/dice_emoji.po b/docs/locale/en/LC_MESSAGES/api/enums/dice_emoji.po
index eacb9567..3fdee9c0 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/dice_emoji.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/dice_emoji.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/dice_emoji.rst:3
msgid "DiceEmoji"
msgstr ""
-#: aiogram.enums.dice_emoji.DiceEmoji:1 of
-msgid "Emoji on which the dice throw animation is based"
-msgstr ""
+#~ msgid "Emoji on which the dice throw animation is based"
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#dice"
+#~ msgstr ""
-#: aiogram.enums.dice_emoji.DiceEmoji:3 of
-msgid "Source: https://core.telegram.org/bots/api#dice"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/inline_query_result_type.po b/docs/locale/en/LC_MESSAGES/api/enums/inline_query_result_type.po
index 27a5da7e..2401fba7 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/inline_query_result_type.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/inline_query_result_type.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/inline_query_result_type.rst:3
msgid "InlineQueryResultType"
msgstr ""
-#: aiogram.enums.inline_query_result_type.InlineQueryResultType:1 of
-msgid "The part of the face relative to which the mask should be placed."
-msgstr ""
+#~ msgid "The part of the face relative to which the mask should be placed."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#maskposition"
+#~ msgstr ""
-#: aiogram.enums.inline_query_result_type.InlineQueryResultType:3 of
-msgid "Source: https://core.telegram.org/bots/api#maskposition"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/input_media_type.po b/docs/locale/en/LC_MESSAGES/api/enums/input_media_type.po
index 2115e592..1c6bbc2c 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/input_media_type.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/input_media_type.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/input_media_type.rst:3
msgid "InputMediaType"
msgstr ""
-#: aiogram.enums.input_media_type.InputMediaType:1 of
-msgid "This object represents input media type"
-msgstr ""
+#~ msgid "This object represents input media type"
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#inputmedia"
+#~ msgstr ""
-#: aiogram.enums.input_media_type.InputMediaType:3 of
-msgid "Source: https://core.telegram.org/bots/api#inputmedia"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/mask_position_point.po b/docs/locale/en/LC_MESSAGES/api/enums/mask_position_point.po
index fde3a771..eb7e1698 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/mask_position_point.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/mask_position_point.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/mask_position_point.rst:3
msgid "MaskPositionPoint"
msgstr ""
-#: aiogram.enums.mask_position_point.MaskPositionPoint:1 of
-msgid "The part of the face relative to which the mask should be placed."
-msgstr ""
+#~ msgid "The part of the face relative to which the mask should be placed."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#maskposition"
+#~ msgstr ""
-#: aiogram.enums.mask_position_point.MaskPositionPoint:3 of
-msgid "Source: https://core.telegram.org/bots/api#maskposition"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/menu_button_type.po b/docs/locale/en/LC_MESSAGES/api/enums/menu_button_type.po
index d7c0adc8..0bab5be2 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/menu_button_type.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/menu_button_type.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/menu_button_type.rst:3
msgid "MenuButtonType"
msgstr ""
-#: aiogram.enums.menu_button_type.MenuButtonType:1 of
-msgid "This object represents an type of Menu button"
-msgstr ""
+#~ msgid "This object represents an type of Menu button"
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#menubuttondefault"
+#~ msgstr ""
-#: aiogram.enums.menu_button_type.MenuButtonType:3 of
-msgid "Source: https://core.telegram.org/bots/api#menubuttondefault"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/message_entity_type.po b/docs/locale/en/LC_MESSAGES/api/enums/message_entity_type.po
index 3704373b..0937a8e2 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/message_entity_type.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/message_entity_type.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/message_entity_type.rst:3
msgid "MessageEntityType"
msgstr ""
-#: aiogram.enums.message_entity_type.MessageEntityType:1 of
-msgid "This object represents type of message entity"
-msgstr ""
+#~ msgid "This object represents type of message entity"
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#messageentity"
+#~ msgstr ""
-#: aiogram.enums.message_entity_type.MessageEntityType:3 of
-msgid "Source: https://core.telegram.org/bots/api#messageentity"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/parse_mode.po b/docs/locale/en/LC_MESSAGES/api/enums/parse_mode.po
index cc565d5d..d0754af5 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/parse_mode.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/parse_mode.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/parse_mode.rst:3
msgid "ParseMode"
msgstr ""
-#: aiogram.enums.parse_mode.ParseMode:1 of
-msgid "Formatting options"
-msgstr ""
+#~ msgid "Formatting options"
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#formatting-options"
+#~ msgstr ""
-#: aiogram.enums.parse_mode.ParseMode:3 of
-msgid "Source: https://core.telegram.org/bots/api#formatting-options"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/poll_type.po b/docs/locale/en/LC_MESSAGES/api/enums/poll_type.po
index 42d2ab15..32c0ca32 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/poll_type.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/poll_type.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/poll_type.rst:3
msgid "PollType"
msgstr ""
-#: aiogram.enums.poll_type.PollType:1 of
-msgid "This object represents poll type"
-msgstr ""
+#~ msgid "This object represents poll type"
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#poll"
+#~ msgstr ""
-#: aiogram.enums.poll_type.PollType:3 of
-msgid "Source: https://core.telegram.org/bots/api#poll"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/sticker_type.po b/docs/locale/en/LC_MESSAGES/api/enums/sticker_type.po
index 41da8cbb..42ab1fa4 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/sticker_type.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/sticker_type.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 23:19+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/sticker_type.rst:3
msgid "StickerType"
msgstr ""
-#: aiogram.enums.sticker_type.StickerType:1 of
-msgid "The part of the face relative to which the mask should be placed."
-msgstr ""
+#~ msgid "The part of the face relative to which the mask should be placed."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#maskposition"
+#~ msgstr ""
-#: aiogram.enums.sticker_type.StickerType:3 of
-msgid "Source: https://core.telegram.org/bots/api#maskposition"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/topic_icon_color.po b/docs/locale/en/LC_MESSAGES/api/enums/topic_icon_color.po
index f1a6c288..f5f341f5 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/topic_icon_color.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/topic_icon_color.po
@@ -8,25 +8,24 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/topic_icon_color.rst:3
msgid "TopicIconColor"
msgstr ""
-#: aiogram.enums.topic_icon_color.TopicIconColor:1 of
-msgid "Color of the topic icon in RGB format."
-msgstr ""
+#~ msgid "Color of the topic icon in RGB format."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Source: "
+#~ "https://github.com/telegramdesktop/tdesktop/blob/991fe491c5ae62705d77aa8fdd44a79caf639c45/Telegram/SourceFiles/data/data_forum_topic.cpp#L51-L56"
+#~ msgstr ""
-#: aiogram.enums.topic_icon_color.TopicIconColor:3 of
-msgid ""
-"Source: "
-"https://github.com/telegramdesktop/tdesktop/blob/991fe491c5ae62705d77aa8fdd44a79caf639c45/Telegram/SourceFiles/data/data_forum_topic.cpp#L51-L56"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/enums/update_type.po b/docs/locale/en/LC_MESSAGES/api/enums/update_type.po
index 1a191276..909e7bd9 100644
--- a/docs/locale/en/LC_MESSAGES/api/enums/update_type.po
+++ b/docs/locale/en/LC_MESSAGES/api/enums/update_type.po
@@ -8,23 +8,22 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/enums/update_type.rst:3
msgid "UpdateType"
msgstr ""
-#: aiogram.enums.update_type.UpdateType:1 of
-msgid "This object represents the complete list of allowed update types"
-msgstr ""
+#~ msgid "This object represents the complete list of allowed update types"
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#update"
+#~ msgstr ""
-#: aiogram.enums.update_type.UpdateType:3 of
-msgid "Source: https://core.telegram.org/bots/api#update"
-msgstr ""
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/add_sticker_to_set.po b/docs/locale/en/LC_MESSAGES/api/methods/add_sticker_to_set.po
index f3b81bcd..d36f0154 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/add_sticker_to_set.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/add_sticker_to_set.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/add_sticker_to_set.rst:3
msgid "addStickerToSet"
@@ -25,74 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.add_sticker_to_set.AddStickerToSet:1 of
-msgid ""
-"Use this method to add a new sticker to a set created by the bot. You "
-"**must** use exactly one of the fields *png_sticker*, *tgs_sticker*, or "
-"*webm_sticker*. Animated stickers can be added to animated sticker sets "
-"and only to them. Animated sticker sets can have up to 50 stickers. "
-"Static sticker sets can have up to 120 stickers. Returns :code:`True` on "
-"success."
-msgstr ""
-
-#: aiogram.methods.add_sticker_to_set.AddStickerToSet:3 of
-msgid "Source: https://core.telegram.org/bots/api#addstickertoset"
-msgstr ""
-
-#: ../../docstring aiogram.methods.add_sticker_to_set.AddStickerToSet.user_id:1
-#: of
-msgid "User identifier of sticker set owner"
-msgstr ""
-
-#: ../../docstring aiogram.methods.add_sticker_to_set.AddStickerToSet.name:1 of
-msgid "Sticker set name"
-msgstr ""
-
-#: ../../docstring aiogram.methods.add_sticker_to_set.AddStickerToSet.emojis:1
-#: of
-msgid "One or more emoji corresponding to the sticker"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.add_sticker_to_set.AddStickerToSet.png_sticker:1 of
-msgid ""
-"**PNG** image with the sticker, must be up to 512 kilobytes in size, "
-"dimensions must not exceed 512px, and either width or height must be "
-"exactly 512px. Pass a *file_id* as a String to send a file that already "
-"exists on the Telegram servers, pass an HTTP URL as a String for Telegram"
-" to get a file from the Internet, or upload a new one using multipart"
-"/form-data. :ref:`More information on Sending Files » `"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.add_sticker_to_set.AddStickerToSet.tgs_sticker:1 of
-msgid ""
-"**TGS** animation with the sticker, uploaded using multipart/form-data. "
-"See `https://core.telegram.org/stickers#animated-sticker-requirements "
-"`_`https://core.telegram.org/stickers#animated-sticker-"
-"requirements `_ for technical requirements"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.add_sticker_to_set.AddStickerToSet.webm_sticker:1 of
-msgid ""
-"**WEBM** video with the sticker, uploaded using multipart/form-data. See "
-"`https://core.telegram.org/stickers#video-sticker-requirements "
-"`_`https://core.telegram.org/stickers#video-sticker-"
-"requirements `_ for technical requirements"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.add_sticker_to_set.AddStickerToSet.mask_position:1 of
-msgid ""
-"A JSON-serialized object for position where the mask should be placed on "
-"faces"
-msgstr ""
-
#: ../../api/methods/add_sticker_to_set.rst:14
msgid "Usage"
msgstr ""
@@ -124,3 +56,74 @@ msgstr ""
#: ../../api/methods/add_sticker_to_set.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to add a new "
+#~ "sticker to a set created by the"
+#~ " bot. You **must** use exactly one"
+#~ " of the fields *png_sticker*, "
+#~ "*tgs_sticker*, or *webm_sticker*. Animated "
+#~ "stickers can be added to animated "
+#~ "sticker sets and only to them. "
+#~ "Animated sticker sets can have up "
+#~ "to 50 stickers. Static sticker sets "
+#~ "can have up to 120 stickers. "
+#~ "Returns :code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#addstickertoset"
+#~ msgstr ""
+
+#~ msgid "User identifier of sticker set owner"
+#~ msgstr ""
+
+#~ msgid "Sticker set name"
+#~ msgstr ""
+
+#~ msgid "One or more emoji corresponding to the sticker"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "**PNG** image with the sticker, must "
+#~ "be up to 512 kilobytes in size,"
+#~ " dimensions must not exceed 512px, "
+#~ "and either width or height must be"
+#~ " exactly 512px. Pass a *file_id* as"
+#~ " a String to send a file that"
+#~ " already exists on the Telegram "
+#~ "servers, pass an HTTP URL as a "
+#~ "String for Telegram to get a file"
+#~ " from the Internet, or upload a "
+#~ "new one using multipart/form-data. "
+#~ ":ref:`More information on Sending Files "
+#~ "» `"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "**TGS** animation with the sticker, "
+#~ "uploaded using multipart/form-data. See "
+#~ "`https://core.telegram.org/stickers#animated-sticker-"
+#~ "requirements `_`https://core.telegram.org/stickers"
+#~ "#animated-sticker-requirements "
+#~ "`_ for technical requirements"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "**WEBM** video with the sticker, "
+#~ "uploaded using multipart/form-data. See "
+#~ "`https://core.telegram.org/stickers#video-sticker-"
+#~ "requirements `_`https://core.telegram.org/stickers"
+#~ "#video-sticker-requirements "
+#~ "`_ for technical requirements"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized object for position"
+#~ " where the mask should be placed "
+#~ "on faces"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/answer_callback_query.po b/docs/locale/en/LC_MESSAGES/api/methods/answer_callback_query.po
index 2370aa3c..8a3590b5 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/answer_callback_query.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/answer_callback_query.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/answer_callback_query.rst:3
msgid "answerCallbackQuery"
@@ -25,67 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:1 of
-msgid ""
-"Use this method to send answers to callback queries sent from `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
-msgid ""
-"Alternatively, the user can be redirected to the specified Game URL. For "
-"this option to work, you must first create a game for your bot via "
-"`@BotFather `_ and accept the terms. Otherwise, "
-"you may use links like :code:`t.me/your_bot?start=XXXX` that open your "
-"bot with a parameter."
-msgstr ""
-
-#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:5 of
-msgid "Source: https://core.telegram.org/bots/api#answercallbackquery"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.callback_query_id:1
-#: of
-msgid "Unique identifier for the query to be answered"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.text:1 of
-msgid ""
-"Text of the notification. If not specified, nothing will be shown to the "
-"user, 0-200 characters"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.show_alert:1 of
-msgid ""
-"If :code:`True`, an alert will be shown by the client instead of a "
-"notification at the top of the chat screen. Defaults to *false*."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.url:1 of
-msgid ""
-"URL that will be opened by the user's client. If you have created a "
-":class:`aiogram.types.game.Game` and accepted the conditions via "
-"`@BotFather `_, specify the URL that opens your "
-"game - note that this will only work if the query comes from a "
-"`https://core.telegram.org/bots/api#inlinekeyboardbutton "
-"`_ "
-"*callback_game* button."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.cache_time:1 of
-msgid ""
-"The maximum amount of time in seconds that the result of the callback "
-"query may be cached client-side. Telegram apps will support caching "
-"starting in version 3.14. Defaults to 0."
-msgstr ""
-
#: ../../api/methods/answer_callback_query.rst:14
msgid "Usage"
msgstr ""
@@ -139,3 +78,69 @@ msgstr ""
#~ " an alert. On success, :code:`True` "
#~ "is returned."
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to send answers to"
+#~ " callback queries sent from `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 ""
+
+#~ msgid ""
+#~ "Alternatively, the user can be "
+#~ "redirected to the specified Game URL."
+#~ " For this option to work, you "
+#~ "must first create a game for your"
+#~ " bot via `@BotFather `_"
+#~ " and accept the terms. Otherwise, you"
+#~ " may use links like "
+#~ ":code:`t.me/your_bot?start=XXXX` that open your "
+#~ "bot with a parameter."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#answercallbackquery"
+#~ msgstr ""
+
+#~ msgid "Unique identifier for the query to be answered"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Text of the notification. If not "
+#~ "specified, nothing will be shown to "
+#~ "the user, 0-200 characters"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "If :code:`True`, an alert will be "
+#~ "shown by the client instead of a"
+#~ " notification at the top of the "
+#~ "chat screen. Defaults to *false*."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "URL that will be opened by the "
+#~ "user's client. If you have created "
+#~ "a :class:`aiogram.types.game.Game` and accepted "
+#~ "the conditions via `@BotFather "
+#~ "`_, specify the URL "
+#~ "that opens your game - note that"
+#~ " this will only work if the "
+#~ "query comes from a "
+#~ "`https://core.telegram.org/bots/api#inlinekeyboardbutton "
+#~ "`_ "
+#~ "*callback_game* button."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "The maximum amount of time in "
+#~ "seconds that the result of the "
+#~ "callback query may be cached client-"
+#~ "side. Telegram apps will support caching"
+#~ " starting in version 3.14. Defaults "
+#~ "to 0."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/answer_inline_query.po b/docs/locale/en/LC_MESSAGES/api/methods/answer_inline_query.po
index 22834a67..4b7e1ab4 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/answer_inline_query.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/answer_inline_query.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/answer_inline_query.rst:3
msgid "answerInlineQuery"
@@ -25,72 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.answer_inline_query.AnswerInlineQuery:1 of
-msgid ""
-"Use this method to send answers to an inline query. On success, "
-":code:`True` is returned."
-msgstr ""
-
-#: aiogram.methods.answer_inline_query.AnswerInlineQuery:3 of
-msgid "No more than **50** results per query are allowed."
-msgstr ""
-
-#: aiogram.methods.answer_inline_query.AnswerInlineQuery:5 of
-msgid "Source: https://core.telegram.org/bots/api#answerinlinequery"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_inline_query.AnswerInlineQuery.inline_query_id:1 of
-msgid "Unique identifier for the answered query"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_inline_query.AnswerInlineQuery.results:1 of
-msgid "A JSON-serialized array of results for the inline query"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_inline_query.AnswerInlineQuery.cache_time:1 of
-msgid ""
-"The maximum amount of time in seconds that the result of the inline query"
-" may be cached on the server. Defaults to 300."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_inline_query.AnswerInlineQuery.is_personal:1 of
-msgid ""
-"Pass :code:`True` if results may be cached on the server side only for "
-"the user that sent the query. By default, results may be returned to any "
-"user who sends the same query"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_inline_query.AnswerInlineQuery.next_offset:1 of
-msgid ""
-"Pass the offset that a client should send in the next query with the same"
-" text to receive more results. Pass an empty string if there are no more "
-"results or if you don't support pagination. Offset length can't exceed 64"
-" bytes."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_text:1 of
-msgid ""
-"If passed, clients will display a button with specified text that "
-"switches the user to a private chat with the bot and sends the bot a "
-"start message with the parameter *switch_pm_parameter*"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_parameter:1
-#: of
-msgid ""
-"`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
msgid "Usage"
msgstr ""
@@ -140,3 +74,67 @@ msgstr ""
#~ ":code:`0-9`, :code:`_` and :code:`-` are "
#~ "allowed."
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to send answers to"
+#~ " an inline query. On success, "
+#~ ":code:`True` is returned."
+#~ msgstr ""
+
+#~ msgid "No more than **50** results per query are allowed."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#answerinlinequery"
+#~ msgstr ""
+
+#~ msgid "Unique identifier for the answered query"
+#~ msgstr ""
+
+#~ msgid "A JSON-serialized array of results for the inline query"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "The maximum amount of time in "
+#~ "seconds that the result of the "
+#~ "inline query may be cached on the"
+#~ " server. Defaults to 300."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if results may be "
+#~ "cached on the server side only for"
+#~ " the user that sent the query. "
+#~ "By default, results may be returned "
+#~ "to any user who sends the same "
+#~ "query"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass the offset that a client "
+#~ "should send in the next query with"
+#~ " the same text to receive more "
+#~ "results. Pass an empty string if "
+#~ "there are no more results or if"
+#~ " you don't support pagination. Offset "
+#~ "length can't exceed 64 bytes."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "If passed, clients will display a "
+#~ "button with specified text that switches"
+#~ " the user to a private chat "
+#~ "with the bot and sends the bot "
+#~ "a start message with the parameter "
+#~ "*switch_pm_parameter*"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "`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 ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/answer_pre_checkout_query.po b/docs/locale/en/LC_MESSAGES/api/methods/answer_pre_checkout_query.po
index 6447522c..aa91fbe2 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/answer_pre_checkout_query.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/answer_pre_checkout_query.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/answer_pre_checkout_query.rst:3
msgid "answerPreCheckoutQuery"
@@ -25,46 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery:1 of
-msgid ""
-"Once the user has confirmed their payment and shipping details, the Bot "
-"API sends the final confirmation in the form of an "
-":class:`aiogram.types.update.Update` with the field *pre_checkout_query*."
-" Use this method to respond to such pre-checkout queries. On success, "
-":code:`True` is returned. **Note:** The Bot API must receive an answer "
-"within 10 seconds after the pre-checkout query was sent."
-msgstr ""
-
-#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery:3 of
-msgid "Source: https://core.telegram.org/bots/api#answerprecheckoutquery"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery.pre_checkout_query_id:1
-#: of
-msgid "Unique identifier for the query to be answered"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery.ok:1 of
-msgid ""
-"Specify :code:`True` if everything is alright (goods are available, etc.)"
-" and the bot is ready to proceed with the order. Use :code:`False` if "
-"there are any problems."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery.error_message:1
-#: of
-msgid ""
-"Required if *ok* is :code:`False`. Error message in human readable form "
-"that explains the reason for failure to proceed with the checkout (e.g. "
-"\"Sorry, somebody just bought the last of our amazing black T-shirts "
-"while you were busy filling out your payment details. Please choose a "
-"different color or garment!\"). Telegram will display this message to the"
-" user."
-msgstr ""
-
#: ../../api/methods/answer_pre_checkout_query.rst:14
msgid "Usage"
msgstr ""
@@ -98,3 +58,47 @@ msgstr ""
#: ../../api/methods/answer_pre_checkout_query.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Once the user has confirmed their "
+#~ "payment and shipping details, the Bot"
+#~ " API sends the final confirmation in"
+#~ " the form of an "
+#~ ":class:`aiogram.types.update.Update` with the field"
+#~ " *pre_checkout_query*. Use this method to"
+#~ " respond to such pre-checkout "
+#~ "queries. On success, :code:`True` is "
+#~ "returned. **Note:** The Bot API must "
+#~ "receive an answer within 10 seconds "
+#~ "after the pre-checkout query was "
+#~ "sent."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#answerprecheckoutquery"
+#~ msgstr ""
+
+#~ msgid "Unique identifier for the query to be answered"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Specify :code:`True` if everything is "
+#~ "alright (goods are available, etc.) and"
+#~ " the bot is ready to proceed "
+#~ "with the order. Use :code:`False` if "
+#~ "there are any problems."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *ok* is :code:`False`. Error"
+#~ " message in human readable form that"
+#~ " explains the reason for failure to"
+#~ " proceed with the checkout (e.g. "
+#~ "\"Sorry, somebody just bought the last"
+#~ " of our amazing black T-shirts while"
+#~ " you were busy filling out your "
+#~ "payment details. Please choose a "
+#~ "different color or garment!\"). Telegram "
+#~ "will display this message to the "
+#~ "user."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/answer_shipping_query.po b/docs/locale/en/LC_MESSAGES/api/methods/answer_shipping_query.po
index f1a61600..eb3f5609 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/answer_shipping_query.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/answer_shipping_query.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/answer_shipping_query.rst:3
msgid "answerShippingQuery"
@@ -25,50 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.answer_shipping_query.AnswerShippingQuery:1 of
-msgid ""
-"If you sent an invoice requesting a shipping address and the parameter "
-"*is_flexible* was specified, the Bot API will send an "
-":class:`aiogram.types.update.Update` with a *shipping_query* field to the"
-" bot. Use this method to reply to shipping queries. On success, "
-":code:`True` is returned."
-msgstr ""
-
-#: aiogram.methods.answer_shipping_query.AnswerShippingQuery:3 of
-msgid "Source: https://core.telegram.org/bots/api#answershippingquery"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.shipping_query_id:1
-#: of
-msgid "Unique identifier for the query to be answered"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.ok:1 of
-msgid ""
-"Pass :code:`True` if delivery to the specified address is possible and "
-":code:`False` if there are any problems (for example, if delivery to the "
-"specified address is not possible)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.shipping_options:1
-#: of
-msgid ""
-"Required if *ok* is :code:`True`. A JSON-serialized array of available "
-"shipping options."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.error_message:1 of
-msgid ""
-"Required if *ok* is :code:`False`. Error message in human readable form "
-"that explains why it is impossible to complete the order (e.g. \"Sorry, "
-"delivery to your desired address is unavailable'). Telegram will display "
-"this message to the user."
-msgstr ""
-
#: ../../api/methods/answer_shipping_query.rst:14
msgid "Usage"
msgstr ""
@@ -102,3 +58,46 @@ msgstr ""
#: ../../api/methods/answer_shipping_query.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "If you sent an invoice requesting "
+#~ "a shipping address and the parameter "
+#~ "*is_flexible* was specified, the Bot API"
+#~ " will send an "
+#~ ":class:`aiogram.types.update.Update` with a "
+#~ "*shipping_query* field to the bot. Use"
+#~ " this method to reply to shipping "
+#~ "queries. On success, :code:`True` is "
+#~ "returned."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#answershippingquery"
+#~ msgstr ""
+
+#~ msgid "Unique identifier for the query to be answered"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if delivery to the "
+#~ "specified address is possible and "
+#~ ":code:`False` if there are any problems"
+#~ " (for example, if delivery to the "
+#~ "specified address is not possible)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *ok* is :code:`True`. A "
+#~ "JSON-serialized array of available "
+#~ "shipping options."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *ok* is :code:`False`. Error"
+#~ " message in human readable form that"
+#~ " explains why it is impossible to "
+#~ "complete the order (e.g. \"Sorry, "
+#~ "delivery to your desired address is "
+#~ "unavailable'). Telegram will display this "
+#~ "message to the user."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/answer_web_app_query.po b/docs/locale/en/LC_MESSAGES/api/methods/answer_web_app_query.po
index 8fd685be..caf364fa 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/answer_web_app_query.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/answer_web_app_query.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/answer_web_app_query.rst:3
msgid "answerWebAppQuery"
@@ -25,30 +25,6 @@ msgstr ""
msgid "Returns: :obj:`SentWebAppMessage`"
msgstr ""
-#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery:1 of
-msgid ""
-"Use this method to set the result of an interaction with a `Web App "
-"`_ and send a corresponding "
-"message on behalf of the user to the chat from which the query "
-"originated. On success, a "
-":class:`aiogram.types.sent_web_app_message.SentWebAppMessage` object is "
-"returned."
-msgstr ""
-
-#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery:3 of
-msgid "Source: https://core.telegram.org/bots/api#answerwebappquery"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery.web_app_query_id:1 of
-msgid "Unique identifier for the query to be answered"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery.result:1 of
-msgid "A JSON-serialized object describing the message to be sent"
-msgstr ""
-
#: ../../api/methods/answer_web_app_query.rst:14
msgid "Usage"
msgstr ""
@@ -80,3 +56,25 @@ msgstr ""
#: ../../api/methods/answer_web_app_query.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to set the result"
+#~ " of an interaction with a `Web "
+#~ "App `_ and "
+#~ "send a corresponding message on behalf"
+#~ " of the user to the chat from"
+#~ " which the query originated. On "
+#~ "success, a "
+#~ ":class:`aiogram.types.sent_web_app_message.SentWebAppMessage` "
+#~ "object is returned."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#answerwebappquery"
+#~ msgstr ""
+
+#~ msgid "Unique identifier for the query to be answered"
+#~ msgstr ""
+
+#~ msgid "A JSON-serialized object describing the message to be sent"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/approve_chat_join_request.po b/docs/locale/en/LC_MESSAGES/api/methods/approve_chat_join_request.po
index 93504319..ba4ed803 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/approve_chat_join_request.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/approve_chat_join_request.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/approve_chat_join_request.rst:3
msgid "approveChatJoinRequest"
@@ -25,31 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest:1 of
-msgid ""
-"Use this method to approve a chat join request. The bot must be an "
-"administrator in the chat for this to work and must have the "
-"*can_invite_users* administrator right. Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest:3 of
-msgid "Source: https://core.telegram.org/bots/api#approvechatjoinrequest"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest.chat_id:1
-#: of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest.user_id:1
-#: of
-msgid "Unique identifier of the target user"
-msgstr ""
-
#: ../../api/methods/approve_chat_join_request.rst:14
msgid "Usage"
msgstr ""
@@ -91,3 +66,25 @@ msgstr ""
#: ../../api/methods/approve_chat_join_request.rst:50
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.approve`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to approve a chat"
+#~ " join request. The bot must be "
+#~ "an administrator in the chat for "
+#~ "this to work and must have the "
+#~ "*can_invite_users* administrator right. Returns "
+#~ ":code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#approvechatjoinrequest"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier of the target user"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_member.po b/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_member.po
index 487b0d38..b7f79c6f 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_member.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_member.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/ban_chat_member.rst:3
msgid "banChatMember"
@@ -25,48 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.ban_chat_member.BanChatMember:1 of
-msgid ""
-"Use this method to ban a user in a group, a supergroup or a channel. In "
-"the case of supergroups and channels, the user will not be able to return"
-" to the chat on their own using invite links, etc., unless `unbanned "
-"`_ first. The bot "
-"must be an administrator in the chat for this to work and must have the "
-"appropriate administrator rights. Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.ban_chat_member.BanChatMember:3 of
-msgid "Source: https://core.telegram.org/bots/api#banchatmember"
-msgstr ""
-
-#: ../../docstring aiogram.methods.ban_chat_member.BanChatMember.chat_id:1 of
-msgid ""
-"Unique identifier for the target group or username of the target "
-"supergroup or channel (in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring aiogram.methods.ban_chat_member.BanChatMember.user_id:1 of
-msgid "Unique identifier of the target user"
-msgstr ""
-
-#: ../../docstring aiogram.methods.ban_chat_member.BanChatMember.until_date:1
-#: of
-msgid ""
-"Date when the user will be unbanned, unix time. If user is banned for "
-"more than 366 days or less than 30 seconds from the current time they are"
-" considered to be banned forever. Applied for supergroups and channels "
-"only."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.ban_chat_member.BanChatMember.revoke_messages:1 of
-msgid ""
-"Pass :code:`True` to delete all messages from the chat for the user that "
-"is being removed. If :code:`False`, the user will be able to see messages"
-" in the group that were sent before the user was removed. Always "
-":code:`True` for supergroups and channels."
-msgstr ""
-
#: ../../api/methods/ban_chat_member.rst:14
msgid "Usage"
msgstr ""
@@ -106,3 +64,54 @@ msgstr ""
#: ../../api/methods/ban_chat_member.rst:50
msgid ":meth:`aiogram.types.chat.Chat.ban`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to ban a user "
+#~ "in a group, a supergroup or a "
+#~ "channel. In the case of supergroups "
+#~ "and channels, the user will not be"
+#~ " able to return to the chat on"
+#~ " their own using invite links, etc.,"
+#~ " unless `unbanned "
+#~ "`_ first."
+#~ " The bot must be an administrator "
+#~ "in the chat for this to work "
+#~ "and must have the appropriate "
+#~ "administrator rights. Returns :code:`True` on"
+#~ " success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#banchatmember"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target group"
+#~ " or username of the target supergroup"
+#~ " or channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier of the target user"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Date when the user will be "
+#~ "unbanned, unix time. If user is "
+#~ "banned for more than 366 days or"
+#~ " less than 30 seconds from the "
+#~ "current time they are considered to "
+#~ "be banned forever. Applied for "
+#~ "supergroups and channels only."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` to delete all messages"
+#~ " from the chat for the user "
+#~ "that is being removed. If :code:`False`,"
+#~ " the user will be able to see"
+#~ " messages in the group that were "
+#~ "sent before the user was removed. "
+#~ "Always :code:`True` for supergroups and "
+#~ "channels."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_sender_chat.po b/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_sender_chat.po
index 410a0c8e..a1d6a5b7 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_sender_chat.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_sender_chat.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/ban_chat_sender_chat.rst:3
msgid "banChatSenderChat"
@@ -25,33 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat:1 of
-msgid ""
-"Use this method to ban a channel chat in a supergroup or a channel. Until"
-" the chat is `unbanned "
-"`_, the owner of "
-"the banned chat won't be able to send messages on behalf of **any of "
-"their channels**. The bot must be an administrator in the supergroup or "
-"channel for this to work and must have the appropriate administrator "
-"rights. Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat:3 of
-msgid "Source: https://core.telegram.org/bots/api#banchatsenderchat"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat.sender_chat_id:1 of
-msgid "Unique identifier of the target sender chat"
-msgstr ""
-
#: ../../api/methods/ban_chat_sender_chat.rst:14
msgid "Usage"
msgstr ""
@@ -91,3 +64,31 @@ msgstr ""
#: ../../api/methods/ban_chat_sender_chat.rst:50
msgid ":meth:`aiogram.types.chat.Chat.ban_sender_chat`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to ban a channel"
+#~ " chat in a supergroup or a "
+#~ "channel. Until the chat is `unbanned "
+#~ "`_, the"
+#~ " owner of the banned chat won't "
+#~ "be able to send messages on behalf"
+#~ " of **any of their channels**. The"
+#~ " bot must be an administrator in "
+#~ "the supergroup or channel for this "
+#~ "to work and must have the "
+#~ "appropriate administrator rights. Returns "
+#~ ":code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#banchatsenderchat"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier of the target sender chat"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/close.po b/docs/locale/en/LC_MESSAGES/api/methods/close.po
index cfdf34fc..0d73a133 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/close.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/close.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/close.rst:3
msgid "close"
@@ -25,19 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.close.Close:1 of
-msgid ""
-"Use this method to close the bot instance before moving it from one local"
-" server to another. You need to delete the webhook before calling this "
-"method to ensure that the bot isn't launched again after server restart. "
-"The method will return error 429 in the first 10 minutes after the bot is"
-" launched. Returns :code:`True` on success. Requires no parameters."
-msgstr ""
-
-#: aiogram.methods.close.Close:3 of
-msgid "Source: https://core.telegram.org/bots/api#close"
-msgstr ""
-
#: ../../api/methods/close.rst:14
msgid "Usage"
msgstr ""
@@ -69,3 +56,21 @@ msgstr ""
#: ../../api/methods/close.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to close the bot"
+#~ " instance before moving it from one"
+#~ " local server to another. You need"
+#~ " to delete the webhook before calling"
+#~ " this method to ensure that the "
+#~ "bot isn't launched again after server"
+#~ " restart. The method will return "
+#~ "error 429 in the first 10 minutes"
+#~ " after the bot is launched. Returns"
+#~ " :code:`True` on success. Requires no "
+#~ "parameters."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#close"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/close_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/close_forum_topic.po
index cf6aa076..7b076096 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/close_forum_topic.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/close_forum_topic.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-06 14:18+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/close_forum_topic.rst:3
msgid "closeForumTopic"
@@ -25,30 +25,6 @@ msgstr ""
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 ""
@@ -80,3 +56,27 @@ msgstr ""
#: ../../api/methods/close_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ 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 ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#closeforumtopic"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier for the target message thread of the forum topic"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po
index f67c10fd..5c6b5f46 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-12-30 22:28+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/close_general_forum_topic.rst:3
msgid "closeGeneralForumTopic"
@@ -25,26 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic:1 of
-msgid ""
-"Use this method to close an open 'General' 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 "
-":code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic:3 of
-msgid "Source: https://core.telegram.org/bots/api#closegeneralforumtopic"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic.chat_id:1
-#: of
-msgid ""
-"Unique identifier for the target chat or username of the target "
-"supergroup (in the format :code:`@supergroupusername`)"
-msgstr ""
-
#: ../../api/methods/close_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
@@ -78,3 +58,23 @@ msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to close an open"
+#~ " 'General' 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"
+#~ " :code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#closegeneralforumtopic"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/copy_message.po b/docs/locale/en/LC_MESSAGES/api/methods/copy_message.po
index f30e9b73..72c01303 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/copy_message.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/copy_message.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/copy_message.rst:3
msgid "copyMessage"
@@ -25,98 +25,6 @@ msgstr ""
msgid "Returns: :obj:`MessageId`"
msgstr ""
-#: aiogram.methods.copy_message.CopyMessage:1 of
-msgid ""
-"Use this method to copy messages of any kind. Service messages and "
-"invoice messages can't be copied. A quiz "
-":class:`aiogram.methods.poll.Poll` can be copied only if the value of the"
-" field *correct_option_id* is known to the bot. The method is analogous "
-"to the method :class:`aiogram.methods.forward_message.ForwardMessage`, "
-"but the copied message doesn't have a link to the original message. "
-"Returns the :class:`aiogram.types.message_id.MessageId` of the sent "
-"message on success."
-msgstr ""
-
-#: aiogram.methods.copy_message.CopyMessage:3 of
-msgid "Source: https://core.telegram.org/bots/api#copymessage"
-msgstr ""
-
-#: ../../docstring aiogram.methods.copy_message.CopyMessage.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring aiogram.methods.copy_message.CopyMessage.from_chat_id:1 of
-msgid ""
-"Unique identifier for the chat where the original message was sent (or "
-"channel username in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring aiogram.methods.copy_message.CopyMessage.message_id:1 of
-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 "
-"specified, the original caption is kept"
-msgstr ""
-
-#: ../../docstring aiogram.methods.copy_message.CopyMessage.parse_mode:1 of
-msgid ""
-"Mode for parsing entities in the new caption. See `formatting options "
-"`_ for more "
-"details."
-msgstr ""
-
-#: ../../docstring aiogram.methods.copy_message.CopyMessage.caption_entities:1
-#: of
-msgid ""
-"A JSON-serialized list of special entities that appear in the new "
-"caption, which can be specified instead of *parse_mode*"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.copy_message.CopyMessage.disable_notification:1 of
-msgid ""
-"Sends the message `silently `_. Users will receive a notification with no sound."
-msgstr ""
-
-#: ../../docstring aiogram.methods.copy_message.CopyMessage.protect_content:1
-#: of
-msgid "Protects the contents of the sent message from forwarding and saving"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.copy_message.CopyMessage.reply_to_message_id:1 of
-msgid "If the message is a reply, ID of the original message"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.copy_message.CopyMessage.allow_sending_without_reply:1 of
-msgid ""
-"Pass :code:`True` if the message should be sent even if the specified "
-"replied-to message is not found"
-msgstr ""
-
-#: ../../docstring aiogram.methods.copy_message.CopyMessage.reply_markup:1 of
-msgid ""
-"Additional interface options. A JSON-serialized object for an `inline "
-"keyboard `_, "
-"`custom reply keyboard "
-"`_, instructions to "
-"remove reply keyboard or to force a reply from the user."
-msgstr ""
-
#: ../../api/methods/copy_message.rst:14
msgid "Usage"
msgstr ""
@@ -167,3 +75,95 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to copy messages "
+#~ "of any kind. Service messages and "
+#~ "invoice messages can't be copied. A "
+#~ "quiz :class:`aiogram.methods.poll.Poll` can be "
+#~ "copied only if the value of the"
+#~ " field *correct_option_id* is known to "
+#~ "the bot. The method is analogous "
+#~ "to the method "
+#~ ":class:`aiogram.methods.forward_message.ForwardMessage`, but "
+#~ "the copied message doesn't have a "
+#~ "link to the original message. Returns"
+#~ " the :class:`aiogram.types.message_id.MessageId` of "
+#~ "the sent message on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#copymessage"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the chat where "
+#~ "the original message was sent (or "
+#~ "channel username in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Message identifier in the chat specified in *from_chat_id*"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target message"
+#~ " thread (topic) of the forum; for "
+#~ "forum supergroups only"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "New caption for media, 0-1024 characters"
+#~ " after entities parsing. If not "
+#~ "specified, the original caption is kept"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Mode for parsing entities in the "
+#~ "new caption. See `formatting options "
+#~ "`_ "
+#~ "for more details."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized list of special "
+#~ "entities that appear in the new "
+#~ "caption, which can be specified instead"
+#~ " of *parse_mode*"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Sends the message `silently "
+#~ "`_. "
+#~ "Users will receive a notification with"
+#~ " no sound."
+#~ msgstr ""
+
+#~ msgid "Protects the contents of the sent message from forwarding and saving"
+#~ msgstr ""
+
+#~ msgid "If the message is a reply, ID of the original message"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the message should"
+#~ " be sent even if the specified "
+#~ "replied-to message is not found"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Additional interface options. A JSON-"
+#~ "serialized object for an `inline "
+#~ "keyboard `_, `custom reply keyboard "
+#~ "`_, "
+#~ "instructions to remove reply keyboard or"
+#~ " to force a reply from the "
+#~ "user."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/create_chat_invite_link.po b/docs/locale/en/LC_MESSAGES/api/methods/create_chat_invite_link.po
index 7099e1d3..f15e0082 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/create_chat_invite_link.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/create_chat_invite_link.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/create_chat_invite_link.rst:3
msgid "createChatInviteLink"
@@ -25,56 +25,6 @@ msgstr ""
msgid "Returns: :obj:`ChatInviteLink`"
msgstr ""
-#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink:1 of
-msgid ""
-"Use this method to create an additional invite link for a chat. The bot "
-"must be an administrator in the chat for this to work and must have the "
-"appropriate administrator rights. The link can be revoked using the "
-"method "
-":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`. "
-"Returns the new invite link as "
-":class:`aiogram.types.chat_invite_link.ChatInviteLink` object."
-msgstr ""
-
-#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink:3 of
-msgid "Source: https://core.telegram.org/bots/api#createchatinvitelink"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.name:1 of
-msgid "Invite link name; 0-32 characters"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.expire_date:1
-#: of
-msgid "Point in time (Unix timestamp) when the link will expire"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.member_limit:1
-#: of
-msgid ""
-"The maximum number of users that can be members of the chat "
-"simultaneously after joining the chat via this invite link; 1-99999"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.creates_join_request:1
-#: of
-msgid ""
-":code:`True`, if users joining the chat via the link need to be approved "
-"by chat administrators. If :code:`True`, *member_limit* can't be "
-"specified"
-msgstr ""
-
#: ../../api/methods/create_chat_invite_link.rst:14
msgid "Usage"
msgstr ""
@@ -116,3 +66,47 @@ msgstr ""
#: ../../api/methods/create_chat_invite_link.rst:50
msgid ":meth:`aiogram.types.chat.Chat.create_invite_link`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to create an "
+#~ "additional invite link for a chat. "
+#~ "The bot must be an administrator "
+#~ "in the chat for this to work "
+#~ "and must have the appropriate "
+#~ "administrator rights. The link can be"
+#~ " revoked using the method "
+#~ ":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`."
+#~ " Returns the new invite link as "
+#~ ":class:`aiogram.types.chat_invite_link.ChatInviteLink` object."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#createchatinvitelink"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Invite link name; 0-32 characters"
+#~ msgstr ""
+
+#~ msgid "Point in time (Unix timestamp) when the link will expire"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "The maximum number of users that "
+#~ "can be members of the chat "
+#~ "simultaneously after joining the chat "
+#~ "via this invite link; 1-99999"
+#~ msgstr ""
+
+#~ msgid ""
+#~ ":code:`True`, if users joining the chat"
+#~ " via the link need to be "
+#~ "approved by chat administrators. If "
+#~ ":code:`True`, *member_limit* can't be "
+#~ "specified"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/create_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/create_forum_topic.po
index 20e71139..510f71aa 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/create_forum_topic.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/create_forum_topic.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/create_forum_topic.rst:3
msgid "createForumTopic"
@@ -25,47 +25,6 @@ msgstr ""
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 7322096 "
-"(0x6FB9F0), 16766590 (0xFFD67E), 13338331 (0xCB86DB), 9367192 (0x8EEE98),"
-" 16749490 (0xFF93B2), or 16478047 (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 ""
@@ -104,3 +63,43 @@ msgstr ""
#~ "0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, "
#~ "0xFF93B2, or 0xFB6F5F"
#~ msgstr ""
+
+#~ 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 ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#createforumtopic"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
+#~ msgid "Topic name, 1-128 characters"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Color of the topic icon in RGB "
+#~ "format. Currently, must be one of "
+#~ "7322096 (0x6FB9F0), 16766590 (0xFFD67E), "
+#~ "13338331 (0xCB86DB), 9367192 (0x8EEE98), "
+#~ "16749490 (0xFF93B2), or 16478047 (0xFB6F5F)"
+#~ msgstr ""
+
+#~ 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 ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/create_invoice_link.po b/docs/locale/en/LC_MESSAGES/api/methods/create_invoice_link.po
index ca18a308..020865a1 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/create_invoice_link.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/create_invoice_link.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/create_invoice_link.rst:3
msgid "createInvoiceLink"
@@ -25,155 +25,6 @@ msgstr ""
msgid "Returns: :obj:`str`"
msgstr ""
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink:1 of
-msgid ""
-"Use this method to create a link for an invoice. Returns the created "
-"invoice link as *String* on success."
-msgstr ""
-
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink:3 of
-msgid "Source: https://core.telegram.org/bots/api#createinvoicelink"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.title:1 of
-msgid "Product name, 1-32 characters"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.description:1 of
-msgid "Product description, 1-255 characters"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.payload:1 of
-msgid ""
-"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to "
-"the user, use for your internal processes."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.provider_token:1 of
-msgid "Payment provider token, obtained via `BotFather `_"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.currency:1 of
-msgid ""
-"Three-letter ISO 4217 currency code, see `more on currencies "
-"`_"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.prices:1 of
-msgid ""
-"Price breakdown, a JSON-serialized list of components (e.g. product "
-"price, tax, discount, delivery cost, delivery tax, bonus, etc.)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.max_tip_amount:1 of
-msgid ""
-"The maximum accepted amount for tips in the *smallest units* of the "
-"currency (integer, **not** float/double). For example, for a maximum tip "
-"of :code:`US$ 1.45` pass :code:`max_tip_amount = 145`. See the *exp* "
-"parameter in `currencies.json "
-"`_, it shows the"
-" number of digits past the decimal point for each currency (2 for the "
-"majority of currencies). Defaults to 0"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.suggested_tip_amounts:1
-#: of
-msgid ""
-"A JSON-serialized array of suggested amounts of tips in the *smallest "
-"units* of the currency (integer, **not** float/double). At most 4 "
-"suggested tip amounts can be specified. The suggested tip amounts must be"
-" positive, passed in a strictly increased order and must not exceed "
-"*max_tip_amount*."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.provider_data:1 of
-msgid ""
-"JSON-serialized data about the invoice, which will be shared with the "
-"payment provider. A detailed description of required fields should be "
-"provided by the payment provider."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_url:1 of
-msgid ""
-"URL of the product photo for the invoice. Can be a photo of the goods or "
-"a marketing image for a service."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_size:1 of
-msgid "Photo size in bytes"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_width:1 of
-msgid "Photo width"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_height:1 of
-msgid "Photo height"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_name:1 of
-msgid ""
-"Pass :code:`True` if you require the user's full name to complete the "
-"order"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_phone_number:1 of
-msgid ""
-"Pass :code:`True` if you require the user's phone number to complete the "
-"order"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_email:1 of
-msgid ""
-"Pass :code:`True` if you require the user's email address to complete the"
-" order"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_shipping_address:1
-#: of
-msgid ""
-"Pass :code:`True` if you require the user's shipping address to complete "
-"the order"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.send_phone_number_to_provider:1
-#: of
-msgid ""
-"Pass :code:`True` if the user's phone number should be sent to the "
-"provider"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.send_email_to_provider:1
-#: of
-msgid ""
-"Pass :code:`True` if the user's email address should be sent to the "
-"provider"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_invoice_link.CreateInvoiceLink.is_flexible:1 of
-msgid "Pass :code:`True` if the final price depends on the shipping method"
-msgstr ""
-
#: ../../api/methods/create_invoice_link.rst:14
msgid "Usage"
msgstr ""
@@ -205,3 +56,133 @@ msgstr ""
#: ../../api/methods/create_invoice_link.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to create a link"
+#~ " for an invoice. Returns the created"
+#~ " invoice link as *String* on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#createinvoicelink"
+#~ msgstr ""
+
+#~ msgid "Product name, 1-32 characters"
+#~ msgstr ""
+
+#~ msgid "Product description, 1-255 characters"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Bot-defined invoice payload, 1-128 "
+#~ "bytes. This will not be displayed "
+#~ "to the user, use for your internal"
+#~ " processes."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Payment provider token, obtained via "
+#~ "`BotFather `_"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Three-letter ISO 4217 currency code, "
+#~ "see `more on currencies "
+#~ "`_"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Price breakdown, a JSON-serialized list"
+#~ " of components (e.g. product price, "
+#~ "tax, discount, delivery cost, delivery "
+#~ "tax, bonus, etc.)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "The maximum accepted amount for tips "
+#~ "in the *smallest units* of the "
+#~ "currency (integer, **not** float/double). For"
+#~ " example, for a maximum tip of "
+#~ ":code:`US$ 1.45` pass :code:`max_tip_amount ="
+#~ " 145`. See the *exp* parameter in "
+#~ "`currencies.json "
+#~ "`_, it"
+#~ " shows the number of digits past "
+#~ "the decimal point for each currency "
+#~ "(2 for the majority of currencies). "
+#~ "Defaults to 0"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized array of suggested "
+#~ "amounts of tips in the *smallest "
+#~ "units* of the currency (integer, **not**"
+#~ " float/double). At most 4 suggested "
+#~ "tip amounts can be specified. The "
+#~ "suggested tip amounts must be positive,"
+#~ " passed in a strictly increased order"
+#~ " and must not exceed *max_tip_amount*."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "JSON-serialized data about the invoice,"
+#~ " which will be shared with the "
+#~ "payment provider. A detailed description "
+#~ "of required fields should be provided"
+#~ " by the payment provider."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "URL of the product photo for the"
+#~ " invoice. Can be a photo of the"
+#~ " goods or a marketing image for "
+#~ "a service."
+#~ msgstr ""
+
+#~ msgid "Photo size in bytes"
+#~ msgstr ""
+
+#~ msgid "Photo width"
+#~ msgstr ""
+
+#~ msgid "Photo height"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if you require the "
+#~ "user's full name to complete the "
+#~ "order"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if you require the "
+#~ "user's phone number to complete the "
+#~ "order"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if you require the "
+#~ "user's email address to complete the "
+#~ "order"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if you require the "
+#~ "user's shipping address to complete the"
+#~ " order"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the user's phone"
+#~ " number should be sent to the "
+#~ "provider"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the user's email"
+#~ " address should be sent to the "
+#~ "provider"
+#~ msgstr ""
+
+#~ msgid "Pass :code:`True` if the final price depends on the shipping method"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/create_new_sticker_set.po b/docs/locale/en/LC_MESSAGES/api/methods/create_new_sticker_set.po
index 1d3789be..39dba63a 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/create_new_sticker_set.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/create_new_sticker_set.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/create_new_sticker_set.rst:3
msgid "createNewStickerSet"
@@ -25,92 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet:1 of
-msgid ""
-"Use this method to create a new sticker set owned by a user. The bot will"
-" be able to edit the sticker set thus created. You **must** use exactly "
-"one of the fields *png_sticker*, *tgs_sticker*, or *webm_sticker*. "
-"Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet:3 of
-msgid "Source: https://core.telegram.org/bots/api#createnewstickerset"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.user_id:1 of
-msgid "User identifier of created sticker set owner"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.name:1 of
-msgid ""
-"Short name of sticker set, to be used in :code:`t.me/addstickers/` URLs "
-"(e.g., *animals*). Can contain only English letters, digits and "
-"underscores. Must begin with a letter, can't contain consecutive "
-"underscores and must end in :code:`\"_by_\"`. "
-":code:`` is case insensitive. 1-64 characters."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.title:1 of
-msgid "Sticker set title, 1-64 characters"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.emojis:1 of
-msgid "One or more emoji corresponding to the sticker"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.png_sticker:1 of
-msgid ""
-"**PNG** image with the sticker, must be up to 512 kilobytes in size, "
-"dimensions must not exceed 512px, and either width or height must be "
-"exactly 512px. Pass a *file_id* as a String to send a file that already "
-"exists on the Telegram servers, pass an HTTP URL as a String for Telegram"
-" to get a file from the Internet, or upload a new one using multipart"
-"/form-data. :ref:`More information on Sending Files » `"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.tgs_sticker:1 of
-msgid ""
-"**TGS** animation with the sticker, uploaded using multipart/form-data. "
-"See `https://core.telegram.org/stickers#animated-sticker-requirements "
-"`_`https://core.telegram.org/stickers#animated-sticker-"
-"requirements `_ for technical requirements"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.webm_sticker:1 of
-msgid ""
-"**WEBM** video with the sticker, uploaded using multipart/form-data. See "
-"`https://core.telegram.org/stickers#video-sticker-requirements "
-"`_`https://core.telegram.org/stickers#video-sticker-"
-"requirements `_ for technical requirements"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.sticker_type:1 of
-msgid ""
-"Type of stickers in the set, pass 'regular' or 'mask'. Custom emoji "
-"sticker sets can't be created via the Bot API at the moment. By default, "
-"a regular sticker set is created."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.mask_position:1
-#: of
-msgid ""
-"A JSON-serialized object for position where the mask should be placed on "
-"faces"
-msgstr ""
-
#: ../../api/methods/create_new_sticker_set.rst:14
msgid "Usage"
msgstr ""
@@ -144,3 +58,92 @@ msgstr ""
#: ../../api/methods/create_new_sticker_set.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to create a new"
+#~ " sticker set owned by a user. "
+#~ "The bot will be able to edit "
+#~ "the sticker set thus created. You "
+#~ "**must** use exactly one of the "
+#~ "fields *png_sticker*, *tgs_sticker*, or "
+#~ "*webm_sticker*. Returns :code:`True` on "
+#~ "success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#createnewstickerset"
+#~ msgstr ""
+
+#~ msgid "User identifier of created sticker set owner"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Short name of sticker set, to be"
+#~ " used in :code:`t.me/addstickers/` URLs "
+#~ "(e.g., *animals*). Can contain only "
+#~ "English letters, digits and underscores. "
+#~ "Must begin with a letter, can't "
+#~ "contain consecutive underscores and must "
+#~ "end in :code:`\"_by_\"`. "
+#~ ":code:`` is case insensitive. "
+#~ "1-64 characters."
+#~ msgstr ""
+
+#~ msgid "Sticker set title, 1-64 characters"
+#~ msgstr ""
+
+#~ msgid "One or more emoji corresponding to the sticker"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "**PNG** image with the sticker, must "
+#~ "be up to 512 kilobytes in size,"
+#~ " dimensions must not exceed 512px, "
+#~ "and either width or height must be"
+#~ " exactly 512px. Pass a *file_id* as"
+#~ " a String to send a file that"
+#~ " already exists on the Telegram "
+#~ "servers, pass an HTTP URL as a "
+#~ "String for Telegram to get a file"
+#~ " from the Internet, or upload a "
+#~ "new one using multipart/form-data. "
+#~ ":ref:`More information on Sending Files "
+#~ "» `"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "**TGS** animation with the sticker, "
+#~ "uploaded using multipart/form-data. See "
+#~ "`https://core.telegram.org/stickers#animated-sticker-"
+#~ "requirements `_`https://core.telegram.org/stickers"
+#~ "#animated-sticker-requirements "
+#~ "`_ for technical requirements"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "**WEBM** video with the sticker, "
+#~ "uploaded using multipart/form-data. See "
+#~ "`https://core.telegram.org/stickers#video-sticker-"
+#~ "requirements `_`https://core.telegram.org/stickers"
+#~ "#video-sticker-requirements "
+#~ "`_ for technical requirements"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Type of stickers in the set, pass"
+#~ " 'regular' or 'mask'. Custom emoji "
+#~ "sticker sets can't be created via "
+#~ "the Bot API at the moment. By "
+#~ "default, a regular sticker set is "
+#~ "created."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized object for position"
+#~ " where the mask should be placed "
+#~ "on faces"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/decline_chat_join_request.po b/docs/locale/en/LC_MESSAGES/api/methods/decline_chat_join_request.po
index 9d632f5d..31f45b6e 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/decline_chat_join_request.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/decline_chat_join_request.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/decline_chat_join_request.rst:3
msgid "declineChatJoinRequest"
@@ -25,31 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest:1 of
-msgid ""
-"Use this method to decline a chat join request. The bot must be an "
-"administrator in the chat for this to work and must have the "
-"*can_invite_users* administrator right. Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest:3 of
-msgid "Source: https://core.telegram.org/bots/api#declinechatjoinrequest"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest.chat_id:1
-#: of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest.user_id:1
-#: of
-msgid "Unique identifier of the target user"
-msgstr ""
-
#: ../../api/methods/decline_chat_join_request.rst:14
msgid "Usage"
msgstr ""
@@ -91,3 +66,25 @@ msgstr ""
#: ../../api/methods/decline_chat_join_request.rst:50
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.decline`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to decline a chat"
+#~ " join request. The bot must be "
+#~ "an administrator in the chat for "
+#~ "this to work and must have the "
+#~ "*can_invite_users* administrator right. Returns "
+#~ ":code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#declinechatjoinrequest"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier of the target user"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_photo.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_photo.po
index 758102ab..54cfee33 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_photo.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_photo.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/delete_chat_photo.rst:3
msgid "deleteChatPhoto"
@@ -25,25 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.delete_chat_photo.DeleteChatPhoto:1 of
-msgid ""
-"Use this method to delete a chat photo. Photos can't be changed for "
-"private chats. The bot must be an administrator in the chat for this to "
-"work and must have the appropriate administrator rights. Returns "
-":code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.delete_chat_photo.DeleteChatPhoto:3 of
-msgid "Source: https://core.telegram.org/bots/api#deletechatphoto"
-msgstr ""
-
-#: ../../docstring aiogram.methods.delete_chat_photo.DeleteChatPhoto.chat_id:1
-#: of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
#: ../../api/methods/delete_chat_photo.rst:14
msgid "Usage"
msgstr ""
@@ -83,3 +64,23 @@ msgstr ""
#: ../../api/methods/delete_chat_photo.rst:50
msgid ":meth:`aiogram.types.chat.Chat.delete_photo`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to delete a chat"
+#~ " photo. Photos can't be changed for"
+#~ " private chats. The bot must be "
+#~ "an administrator in the chat for "
+#~ "this to work and must have the "
+#~ "appropriate administrator rights. Returns "
+#~ ":code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#deletechatphoto"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_sticker_set.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_sticker_set.po
index 3b5e8332..f5c876cf 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_sticker_set.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_sticker_set.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/delete_chat_sticker_set.rst:3
msgid "deleteChatStickerSet"
@@ -25,27 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet:1 of
-msgid ""
-"Use this method to delete a group sticker set from a supergroup. The bot "
-"must be an administrator in the chat for this to work and must have the "
-"appropriate administrator rights. Use the field *can_set_sticker_set* "
-"optionally returned in :class:`aiogram.methods.get_chat.GetChat` requests"
-" to check if the bot can use this method. Returns :code:`True` on "
-"success."
-msgstr ""
-
-#: aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet:3 of
-msgid "Source: https://core.telegram.org/bots/api#deletechatstickerset"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target "
-"supergroup (in the format :code:`@supergroupusername`)"
-msgstr ""
-
#: ../../api/methods/delete_chat_sticker_set.rst:14
msgid "Usage"
msgstr ""
@@ -87,3 +66,26 @@ msgstr ""
#: ../../api/methods/delete_chat_sticker_set.rst:50
msgid ":meth:`aiogram.types.chat.Chat.delete_sticker_set`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to delete a group"
+#~ " sticker set from a supergroup. The"
+#~ " bot must be an administrator in "
+#~ "the chat for this to work and "
+#~ "must have the appropriate administrator "
+#~ "rights. Use the field *can_set_sticker_set*"
+#~ " optionally returned in "
+#~ ":class:`aiogram.methods.get_chat.GetChat` requests to "
+#~ "check if the bot can use this "
+#~ "method. Returns :code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#deletechatstickerset"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_forum_topic.po
index 4d2c0306..ae9bc009 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/delete_forum_topic.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_forum_topic.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-06 14:18+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/delete_forum_topic.rst:3
msgid "deleteForumTopic"
@@ -25,30 +25,6 @@ msgstr ""
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 ""
@@ -80,3 +56,27 @@ msgstr ""
#: ../../api/methods/delete_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ 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 ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#deleteforumtopic"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier for the target message thread of the forum topic"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_message.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_message.po
index d2a793d3..c9225801 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/delete_message.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_message.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/delete_message.rst:3
msgid "deleteMessage"
@@ -25,74 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.delete_message.DeleteMessage:1 of
-msgid ""
-"Use this method to delete a message, including service messages, with the"
-" following limitations:"
-msgstr ""
-
-#: aiogram.methods.delete_message.DeleteMessage:3 of
-msgid "A message can only be deleted if it was sent less than 48 hours ago."
-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:9 of
-msgid ""
-"Bots can delete outgoing messages in private chats, groups, and "
-"supergroups."
-msgstr ""
-
-#: aiogram.methods.delete_message.DeleteMessage:11 of
-msgid "Bots can delete incoming messages in private chats."
-msgstr ""
-
-#: 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:15 of
-msgid ""
-"If the bot is an administrator of a group, it can delete any message "
-"there."
-msgstr ""
-
-#: 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:19 of
-msgid "Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.delete_message.DeleteMessage:21 of
-msgid "Source: https://core.telegram.org/bots/api#deletemessage"
-msgstr ""
-
-#: ../../docstring aiogram.methods.delete_message.DeleteMessage.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring aiogram.methods.delete_message.DeleteMessage.message_id:1 of
-msgid "Identifier of the message to delete"
-msgstr ""
-
#: ../../api/methods/delete_message.rst:14
msgid "Usage"
msgstr ""
@@ -136,3 +68,67 @@ msgstr ""
#: ../../api/methods/delete_message.rst:51
msgid ":meth:`aiogram.types.chat.Chat.delete_message`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to delete a "
+#~ "message, including service messages, with "
+#~ "the following limitations:"
+#~ msgstr ""
+
+#~ msgid "A message can only be deleted if it was sent less than 48 hours ago."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Service messages about a supergroup, "
+#~ "channel, or forum topic creation can't"
+#~ " be deleted."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A dice message in a private chat"
+#~ " can only be deleted if it was"
+#~ " sent more than 24 hours ago."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Bots can delete outgoing messages in "
+#~ "private chats, groups, and supergroups."
+#~ msgstr ""
+
+#~ msgid "Bots can delete incoming messages in private chats."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Bots granted *can_post_messages* permissions "
+#~ "can delete outgoing messages in "
+#~ "channels."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "If the bot is an administrator of"
+#~ " a group, it can delete any "
+#~ "message there."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "If the bot has *can_delete_messages* "
+#~ "permission in a supergroup or a "
+#~ "channel, it can delete any message "
+#~ "there."
+#~ msgstr ""
+
+#~ msgid "Returns :code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#deletemessage"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Identifier of the message to delete"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_my_commands.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_my_commands.po
index aaf9cc3a..d91b5719 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/delete_my_commands.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_my_commands.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/delete_my_commands.rst:3
msgid "deleteMyCommands"
@@ -25,34 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.delete_my_commands.DeleteMyCommands:1 of
-msgid ""
-"Use this method to delete the list of the bot's commands for the given "
-"scope and user language. After deletion, `higher level commands "
-"`_ will "
-"be shown to affected users. Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.delete_my_commands.DeleteMyCommands:3 of
-msgid "Source: https://core.telegram.org/bots/api#deletemycommands"
-msgstr ""
-
-#: ../../docstring aiogram.methods.delete_my_commands.DeleteMyCommands.scope:1
-#: of
-msgid ""
-"A JSON-serialized object, describing scope of users for which the "
-"commands are relevant. Defaults to "
-":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.delete_my_commands.DeleteMyCommands.language_code:1 of
-msgid ""
-"A two-letter ISO 639-1 language code. If empty, commands will be applied "
-"to all users from the given scope, for whose language there are no "
-"dedicated commands"
-msgstr ""
-
#: ../../api/methods/delete_my_commands.rst:14
msgid "Usage"
msgstr ""
@@ -84,3 +56,33 @@ msgstr ""
#: ../../api/methods/delete_my_commands.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to delete the list"
+#~ " of the bot's commands for the "
+#~ "given scope and user language. After "
+#~ "deletion, `higher level commands "
+#~ "`_ will be shown to "
+#~ "affected users. Returns :code:`True` on "
+#~ "success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#deletemycommands"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized object, describing "
+#~ "scope of users for which the "
+#~ "commands are relevant. Defaults to "
+#~ ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A two-letter ISO 639-1 language "
+#~ "code. If empty, commands will be "
+#~ "applied to all users from the "
+#~ "given scope, for whose language there"
+#~ " are no dedicated commands"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_sticker_from_set.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_sticker_from_set.po
index e14f9081..5787f28e 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/delete_sticker_from_set.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_sticker_from_set.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/delete_sticker_from_set.rst:3
msgid "deleteStickerFromSet"
@@ -25,21 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet:1 of
-msgid ""
-"Use this method to delete a sticker from a set created by the bot. "
-"Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet:3 of
-msgid "Source: https://core.telegram.org/bots/api#deletestickerfromset"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet.sticker:1 of
-msgid "File identifier of the sticker"
-msgstr ""
-
#: ../../api/methods/delete_sticker_from_set.rst:14
msgid "Usage"
msgstr ""
@@ -81,3 +66,16 @@ msgstr ""
#: ../../api/methods/delete_sticker_from_set.rst:50
msgid ":meth:`aiogram.types.sticker.Sticker.delete_from_set`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to delete a "
+#~ "sticker from a set created by the"
+#~ " bot. Returns :code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#deletestickerfromset"
+#~ msgstr ""
+
+#~ msgid "File identifier of the sticker"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_webhook.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_webhook.po
index bdd1e2ec..a3523b99 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/delete_webhook.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_webhook.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/delete_webhook.rst:3
msgid "deleteWebhook"
@@ -25,22 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.delete_webhook.DeleteWebhook:1 of
-msgid ""
-"Use this method to remove webhook integration if you decide to switch "
-"back to :class:`aiogram.methods.get_updates.GetUpdates`. Returns "
-":code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.delete_webhook.DeleteWebhook:3 of
-msgid "Source: https://core.telegram.org/bots/api#deletewebhook"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.delete_webhook.DeleteWebhook.drop_pending_updates:1 of
-msgid "Pass :code:`True` to drop all pending updates"
-msgstr ""
-
#: ../../api/methods/delete_webhook.rst:14
msgid "Usage"
msgstr ""
@@ -72,3 +56,17 @@ msgstr ""
#: ../../api/methods/delete_webhook.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to remove webhook "
+#~ "integration if you decide to switch "
+#~ "back to :class:`aiogram.methods.get_updates.GetUpdates`."
+#~ " Returns :code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#deletewebhook"
+#~ msgstr ""
+
+#~ msgid "Pass :code:`True` to drop all pending updates"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_chat_invite_link.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_chat_invite_link.po
index 6efd01b1..1b6308c7 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/edit_chat_invite_link.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_chat_invite_link.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/edit_chat_invite_link.rst:3
msgid "editChatInviteLink"
@@ -25,56 +25,6 @@ msgstr ""
msgid "Returns: :obj:`ChatInviteLink`"
msgstr ""
-#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink:1 of
-msgid ""
-"Use this method to edit a non-primary invite link created by the bot. The"
-" bot must be an administrator in the chat for this to work and must have "
-"the appropriate administrator rights. Returns the edited invite link as a"
-" :class:`aiogram.types.chat_invite_link.ChatInviteLink` object."
-msgstr ""
-
-#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink:3 of
-msgid "Source: https://core.telegram.org/bots/api#editchatinvitelink"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.invite_link:1 of
-msgid "The invite link to edit"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.name:1 of
-msgid "Invite link name; 0-32 characters"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.expire_date:1 of
-msgid "Point in time (Unix timestamp) when the link will expire"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.member_limit:1 of
-msgid ""
-"The maximum number of users that can be members of the chat "
-"simultaneously after joining the chat via this invite link; 1-99999"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.creates_join_request:1
-#: of
-msgid ""
-":code:`True`, if users joining the chat via the link need to be approved "
-"by chat administrators. If :code:`True`, *member_limit* can't be "
-"specified"
-msgstr ""
-
#: ../../api/methods/edit_chat_invite_link.rst:14
msgid "Usage"
msgstr ""
@@ -116,3 +66,48 @@ msgstr ""
#: ../../api/methods/edit_chat_invite_link.rst:50
msgid ":meth:`aiogram.types.chat.Chat.edit_invite_link`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to edit a non-"
+#~ "primary invite link created by the "
+#~ "bot. The bot must be an "
+#~ "administrator in the chat for this "
+#~ "to work and must have the "
+#~ "appropriate administrator rights. Returns the"
+#~ " edited invite link as a "
+#~ ":class:`aiogram.types.chat_invite_link.ChatInviteLink` object."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#editchatinvitelink"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "The invite link to edit"
+#~ msgstr ""
+
+#~ msgid "Invite link name; 0-32 characters"
+#~ msgstr ""
+
+#~ msgid "Point in time (Unix timestamp) when the link will expire"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "The maximum number of users that "
+#~ "can be members of the chat "
+#~ "simultaneously after joining the chat "
+#~ "via this invite link; 1-99999"
+#~ msgstr ""
+
+#~ msgid ""
+#~ ":code:`True`, if users joining the chat"
+#~ " via the link need to be "
+#~ "approved by chat administrators. If "
+#~ ":code:`True`, *member_limit* can't be "
+#~ "specified"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_forum_topic.po
index bf582c84..bee08b8b 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/edit_forum_topic.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_forum_topic.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-07 23:01+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/edit_forum_topic.rst:3
msgid "editForumTopic"
@@ -25,44 +25,6 @@ msgstr ""
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, 0-128 characters. If not specified or empty, the current "
-"name of the topic will be kept"
-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. Pass an empty string to "
-"remove the icon. If not specified, the current icon will be kept"
-msgstr ""
-
#: ../../api/methods/edit_forum_topic.rst:14
msgid "Usage"
msgstr ""
@@ -94,3 +56,44 @@ msgstr ""
#: ../../api/methods/edit_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ 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 ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#editforumtopic"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier for the target message thread of the forum topic"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "New topic name, 0-128 characters. If "
+#~ "not specified or empty, the current "
+#~ "name of the topic will be kept"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "New unique identifier of the custom "
+#~ "emoji shown as the topic icon. Use"
+#~ " "
+#~ ":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`"
+#~ " to get all allowed custom emoji "
+#~ "identifiers. Pass an empty string to "
+#~ "remove the icon. If not specified, "
+#~ "the current icon will be kept"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po
index 75700ab7..02006ea3 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-12-30 22:28+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/edit_general_forum_topic.rst:3
msgid "editGeneralForumTopic"
@@ -25,30 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic:1 of
-msgid ""
-"Use this method to edit the name of the 'General' 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. Returns "
-":code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic:3 of
-msgid "Source: https://core.telegram.org/bots/api#editgeneralforumtopic"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic.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_general_forum_topic.EditGeneralForumTopic.name:1 of
-msgid "New topic name, 1-128 characters"
-msgstr ""
-
#: ../../api/methods/edit_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
@@ -82,3 +58,26 @@ msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to edit the name"
+#~ " of the 'General' 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. Returns"
+#~ " :code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#editgeneralforumtopic"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
+#~ msgid "New topic name, 1-128 characters"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_caption.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_caption.po
index a566ee5e..e1d0568e 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_caption.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_caption.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/edit_message_caption.rst:3
msgid "editMessageCaption"
@@ -25,69 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Union[Message, bool]`"
msgstr ""
-#: aiogram.methods.edit_message_caption.EditMessageCaption:1 of
-msgid ""
-"Use this method to edit captions of messages. On success, if the edited "
-"message is not an inline message, the edited "
-":class:`aiogram.types.message.Message` is returned, otherwise "
-":code:`True` is returned."
-msgstr ""
-
-#: aiogram.methods.edit_message_caption.EditMessageCaption:3 of
-msgid "Source: https://core.telegram.org/bots/api#editmessagecaption"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_caption.EditMessageCaption.chat_id:1 of
-msgid ""
-"Required if *inline_message_id* is not specified. Unique identifier for "
-"the target chat or username of the target channel (in the format "
-":code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_caption.EditMessageCaption.message_id:1 of
-msgid ""
-"Required if *inline_message_id* is not specified. Identifier of the "
-"message to edit"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_caption.EditMessageCaption.inline_message_id:1
-#: of
-msgid ""
-"Required if *chat_id* and *message_id* are not specified. Identifier of "
-"the inline message"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_caption.EditMessageCaption.caption:1 of
-msgid "New caption of the message, 0-1024 characters after entities parsing"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_caption.EditMessageCaption.parse_mode:1 of
-msgid ""
-"Mode for parsing entities in the message caption. See `formatting options"
-" `_ for more "
-"details."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_caption.EditMessageCaption.caption_entities:1
-#: of
-msgid ""
-"A JSON-serialized list of special entities that appear in the caption, "
-"which can be specified instead of *parse_mode*"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_caption.EditMessageCaption.reply_markup:1 of
-msgid ""
-"A JSON-serialized object for an `inline keyboard "
-"`_."
-msgstr ""
-
#: ../../api/methods/edit_message_caption.rst:14
msgid "Usage"
msgstr ""
@@ -136,3 +73,59 @@ msgstr ""
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_."
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to edit captions "
+#~ "of messages. On success, if the "
+#~ "edited message is not an inline "
+#~ "message, the edited "
+#~ ":class:`aiogram.types.message.Message` is returned, "
+#~ "otherwise :code:`True` is returned."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#editmessagecaption"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Unique identifier for the "
+#~ "target chat or username of the "
+#~ "target channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Identifier of the message to"
+#~ " edit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *chat_id* and *message_id* "
+#~ "are not specified. Identifier of the "
+#~ "inline message"
+#~ msgstr ""
+
+#~ msgid "New caption of the message, 0-1024 characters after entities parsing"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Mode for parsing entities in the "
+#~ "message caption. See `formatting options "
+#~ "`_ "
+#~ "for more details."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized list of special "
+#~ "entities that appear in the caption, "
+#~ "which can be specified instead of "
+#~ "*parse_mode*"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized object for an "
+#~ "`inline keyboard `_."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_live_location.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_live_location.po
index 2e129074..f037865b 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_live_location.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_live_location.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/edit_message_live_location.rst:3
msgid "editMessageLiveLocation"
@@ -25,88 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Union[Message, bool]`"
msgstr ""
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation:1 of
-msgid ""
-"Use this method to edit live location messages. A location can be edited "
-"until its *live_period* expires or editing is explicitly disabled by a "
-"call to "
-":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`."
-" On success, if the edited message is not an inline message, the edited "
-":class:`aiogram.types.message.Message` is returned, otherwise "
-":code:`True` is returned."
-msgstr ""
-
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation:3 of
-msgid "Source: https://core.telegram.org/bots/api#editmessagelivelocation"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.latitude:1
-#: of
-msgid "Latitude of new location"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.longitude:1
-#: of
-msgid "Longitude of new location"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.chat_id:1
-#: of
-msgid ""
-"Required if *inline_message_id* is not specified. Unique identifier for "
-"the target chat or username of the target channel (in the format "
-":code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.message_id:1
-#: of
-msgid ""
-"Required if *inline_message_id* is not specified. Identifier of the "
-"message to edit"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.inline_message_id:1
-#: of
-msgid ""
-"Required if *chat_id* and *message_id* are not specified. Identifier of "
-"the inline message"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.horizontal_accuracy:1
-#: of
-msgid "The radius of uncertainty for the location, measured in meters; 0-1500"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.heading:1
-#: of
-msgid ""
-"Direction in which the user is moving, in degrees. Must be between 1 and "
-"360 if specified."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.proximity_alert_radius:1
-#: of
-msgid ""
-"The maximum distance for proximity alerts about approaching another chat "
-"member, in meters. Must be between 1 and 100000 if specified."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.reply_markup:1
-#: of
-msgid ""
-"A JSON-serialized object for a new `inline keyboard "
-"`_."
-msgstr ""
-
#: ../../api/methods/edit_message_live_location.rst:14
msgid "Usage"
msgstr ""
@@ -158,3 +76,68 @@ msgstr ""
#~ msgid "As message method"
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to edit live "
+#~ "location messages. A location can be "
+#~ "edited until its *live_period* expires "
+#~ "or editing is explicitly disabled by "
+#~ "a call to "
+#~ ":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`."
+#~ " On success, if the edited message"
+#~ " is not an inline message, the "
+#~ "edited :class:`aiogram.types.message.Message` is "
+#~ "returned, otherwise :code:`True` is returned."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#editmessagelivelocation"
+#~ msgstr ""
+
+#~ msgid "Latitude of new location"
+#~ msgstr ""
+
+#~ msgid "Longitude of new location"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Unique identifier for the "
+#~ "target chat or username of the "
+#~ "target channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Identifier of the message to"
+#~ " edit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *chat_id* and *message_id* "
+#~ "are not specified. Identifier of the "
+#~ "inline message"
+#~ msgstr ""
+
+#~ msgid "The radius of uncertainty for the location, measured in meters; 0-1500"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Direction in which the user is "
+#~ "moving, in degrees. Must be between "
+#~ "1 and 360 if specified."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "The maximum distance for proximity "
+#~ "alerts about approaching another chat "
+#~ "member, in meters. Must be between "
+#~ "1 and 100000 if specified."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized object for a new"
+#~ " `inline keyboard "
+#~ "`_."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_media.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_media.po
index afb32662..c819542d 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_media.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_media.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/edit_message_media.rst:3
msgid "editMessageMedia"
@@ -25,56 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Union[Message, bool]`"
msgstr ""
-#: aiogram.methods.edit_message_media.EditMessageMedia:1 of
-msgid ""
-"Use this method to edit animation, audio, document, photo, or video "
-"messages. If a message is part of a message album, then it can be edited "
-"only to an audio for audio albums, only to a document for document albums"
-" and to a photo or a video otherwise. When an inline message is edited, a"
-" new file can't be uploaded; use a previously uploaded file via its "
-"file_id or specify a URL. On success, if the edited message is not an "
-"inline message, the edited :class:`aiogram.types.message.Message` is "
-"returned, otherwise :code:`True` is returned."
-msgstr ""
-
-#: aiogram.methods.edit_message_media.EditMessageMedia:3 of
-msgid "Source: https://core.telegram.org/bots/api#editmessagemedia"
-msgstr ""
-
-#: ../../docstring aiogram.methods.edit_message_media.EditMessageMedia.media:1
-#: of
-msgid "A JSON-serialized object for a new media content of the message"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_media.EditMessageMedia.chat_id:1 of
-msgid ""
-"Required if *inline_message_id* is not specified. Unique identifier for "
-"the target chat or username of the target channel (in the format "
-":code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_media.EditMessageMedia.message_id:1 of
-msgid ""
-"Required if *inline_message_id* is not specified. Identifier of the "
-"message to edit"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_media.EditMessageMedia.inline_message_id:1 of
-msgid ""
-"Required if *chat_id* and *message_id* are not specified. Identifier of "
-"the inline message"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_media.EditMessageMedia.reply_markup:1 of
-msgid ""
-"A JSON-serialized object for a new `inline keyboard "
-"`_."
-msgstr ""
-
#: ../../api/methods/edit_message_media.rst:14
msgid "Usage"
msgstr ""
@@ -124,3 +74,55 @@ msgstr ""
#~ msgid "As message method"
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to edit animation, "
+#~ "audio, document, photo, or video "
+#~ "messages. If a message is part of"
+#~ " a message album, then it can "
+#~ "be edited only to an audio for "
+#~ "audio albums, only to a document "
+#~ "for document albums and to a photo"
+#~ " or a video otherwise. When an "
+#~ "inline message is edited, a new "
+#~ "file can't be uploaded; use a "
+#~ "previously uploaded file via its file_id"
+#~ " or specify a URL. On success, "
+#~ "if the edited message is not an"
+#~ " inline message, the edited "
+#~ ":class:`aiogram.types.message.Message` is returned, "
+#~ "otherwise :code:`True` is returned."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#editmessagemedia"
+#~ msgstr ""
+
+#~ msgid "A JSON-serialized object for a new media content of the message"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Unique identifier for the "
+#~ "target chat or username of the "
+#~ "target channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Identifier of the message to"
+#~ " edit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *chat_id* and *message_id* "
+#~ "are not specified. Identifier of the "
+#~ "inline message"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized object for a new"
+#~ " `inline keyboard "
+#~ "`_."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_reply_markup.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_reply_markup.po
index d8a3b25d..50df839d 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_reply_markup.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_reply_markup.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/edit_message_reply_markup.rst:3
msgid "editMessageReplyMarkup"
@@ -25,51 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Union[Message, bool]`"
msgstr ""
-#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup:1 of
-msgid ""
-"Use this method to edit only the reply markup of messages. On success, if"
-" the edited message is not an inline message, the edited "
-":class:`aiogram.types.message.Message` is returned, otherwise "
-":code:`True` is returned."
-msgstr ""
-
-#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup:3 of
-msgid "Source: https://core.telegram.org/bots/api#editmessagereplymarkup"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.chat_id:1
-#: of
-msgid ""
-"Required if *inline_message_id* is not specified. Unique identifier for "
-"the target chat or username of the target channel (in the format "
-":code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.message_id:1
-#: of
-msgid ""
-"Required if *inline_message_id* is not specified. Identifier of the "
-"message to edit"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.inline_message_id:1
-#: of
-msgid ""
-"Required if *chat_id* and *message_id* are not specified. Identifier of "
-"the inline message"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.reply_markup:1
-#: of
-msgid ""
-"A JSON-serialized object for an `inline keyboard "
-"`_."
-msgstr ""
-
#: ../../api/methods/edit_message_reply_markup.rst:14
msgid "Usage"
msgstr ""
@@ -118,3 +73,42 @@ msgstr ""
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_."
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to edit only the"
+#~ " reply markup of messages. On "
+#~ "success, if the edited message is "
+#~ "not an inline message, the edited "
+#~ ":class:`aiogram.types.message.Message` is returned, "
+#~ "otherwise :code:`True` is returned."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#editmessagereplymarkup"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Unique identifier for the "
+#~ "target chat or username of the "
+#~ "target channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Identifier of the message to"
+#~ " edit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *chat_id* and *message_id* "
+#~ "are not specified. Identifier of the "
+#~ "inline message"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized object for an "
+#~ "`inline keyboard `_."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_text.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_text.po
index a4662b9b..a6f5b5bc 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_text.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_text.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/edit_message_text.rst:3
msgid "editMessageText"
@@ -25,73 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Union[Message, bool]`"
msgstr ""
-#: aiogram.methods.edit_message_text.EditMessageText:1 of
-msgid ""
-"Use this method to edit text and `game "
-"`_ messages. On success, if the"
-" edited message is not an inline message, the edited "
-":class:`aiogram.types.message.Message` is returned, otherwise "
-":code:`True` is returned."
-msgstr ""
-
-#: aiogram.methods.edit_message_text.EditMessageText:3 of
-msgid "Source: https://core.telegram.org/bots/api#editmessagetext"
-msgstr ""
-
-#: ../../docstring aiogram.methods.edit_message_text.EditMessageText.text:1 of
-msgid "New text of the message, 1-4096 characters after entities parsing"
-msgstr ""
-
-#: ../../docstring aiogram.methods.edit_message_text.EditMessageText.chat_id:1
-#: of
-msgid ""
-"Required if *inline_message_id* is not specified. Unique identifier for "
-"the target chat or username of the target channel (in the format "
-":code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_text.EditMessageText.message_id:1 of
-msgid ""
-"Required if *inline_message_id* is not specified. Identifier of the "
-"message to edit"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_text.EditMessageText.inline_message_id:1 of
-msgid ""
-"Required if *chat_id* and *message_id* are not specified. Identifier of "
-"the inline message"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_text.EditMessageText.parse_mode:1 of
-msgid ""
-"Mode for parsing entities in the message text. See `formatting options "
-"`_ for more "
-"details."
-msgstr ""
-
-#: ../../docstring aiogram.methods.edit_message_text.EditMessageText.entities:1
-#: of
-msgid ""
-"A JSON-serialized list of special entities that appear in message text, "
-"which can be specified instead of *parse_mode*"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_text.EditMessageText.disable_web_page_preview:1
-#: of
-msgid "Disables link previews for links in this message"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.edit_message_text.EditMessageText.reply_markup:1 of
-msgid ""
-"A JSON-serialized object for an `inline keyboard "
-"`_."
-msgstr ""
-
#: ../../api/methods/edit_message_text.rst:14
msgid "Usage"
msgstr ""
@@ -138,3 +71,63 @@ msgstr ""
#~ "#inline-keyboards-and-on-the-fly-"
#~ "updating>`_."
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to edit text and"
+#~ " `game `_ "
+#~ "messages. On success, if the edited "
+#~ "message is not an inline message, "
+#~ "the edited :class:`aiogram.types.message.Message` is"
+#~ " returned, otherwise :code:`True` is "
+#~ "returned."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#editmessagetext"
+#~ msgstr ""
+
+#~ msgid "New text of the message, 1-4096 characters after entities parsing"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Unique identifier for the "
+#~ "target chat or username of the "
+#~ "target channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Identifier of the message to"
+#~ " edit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *chat_id* and *message_id* "
+#~ "are not specified. Identifier of the "
+#~ "inline message"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Mode for parsing entities in the "
+#~ "message text. See `formatting options "
+#~ "`_ "
+#~ "for more details."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized list of special "
+#~ "entities that appear in message text,"
+#~ " which can be specified instead of"
+#~ " *parse_mode*"
+#~ msgstr ""
+
+#~ msgid "Disables link previews for links in this message"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized object for an "
+#~ "`inline keyboard `_."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/export_chat_invite_link.po b/docs/locale/en/LC_MESSAGES/api/methods/export_chat_invite_link.po
index 3615e48d..0bbd89d8 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/export_chat_invite_link.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/export_chat_invite_link.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/export_chat_invite_link.rst:3
msgid "exportChatInviteLink"
@@ -25,39 +25,6 @@ msgstr ""
msgid "Returns: :obj:`str`"
msgstr ""
-#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink:1 of
-msgid ""
-"Use this method to generate a new primary invite link for a chat; any "
-"previously generated primary link is revoked. The bot must be an "
-"administrator in the chat for this to work and must have the appropriate "
-"administrator rights. Returns the new invite link as *String* on success."
-msgstr ""
-
-#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink:3 of
-msgid ""
-"Note: Each administrator in a chat generates their own invite links. Bots"
-" can't use invite links generated by other administrators. If you want "
-"your bot to work with invite links, it will need to generate its own link"
-" using "
-":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` or "
-"by calling the :class:`aiogram.methods.get_chat.GetChat` method. If your "
-"bot needs to generate a new primary invite link replacing its previous "
-"one, use "
-":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` "
-"again."
-msgstr ""
-
-#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink:5 of
-msgid "Source: https://core.telegram.org/bots/api#exportchatinvitelink"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
#: ../../api/methods/export_chat_invite_link.rst:14
msgid "Usage"
msgstr ""
@@ -99,3 +66,43 @@ msgstr ""
#: ../../api/methods/export_chat_invite_link.rst:50
msgid ":meth:`aiogram.types.chat.Chat.export_invite_link`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to generate a new"
+#~ " primary invite link for a chat; "
+#~ "any previously generated primary link is"
+#~ " revoked. The bot must be an "
+#~ "administrator in the chat for this "
+#~ "to work and must have the "
+#~ "appropriate administrator rights. Returns the"
+#~ " new invite link as *String* on "
+#~ "success."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Note: Each administrator in a chat "
+#~ "generates their own invite links. Bots"
+#~ " can't use invite links generated by"
+#~ " other administrators. If you want "
+#~ "your bot to work with invite "
+#~ "links, it will need to generate "
+#~ "its own link using "
+#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`"
+#~ " or by calling the "
+#~ ":class:`aiogram.methods.get_chat.GetChat` method. If "
+#~ "your bot needs to generate a new"
+#~ " primary invite link replacing its "
+#~ "previous one, use "
+#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`"
+#~ " again."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#exportchatinvitelink"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/forward_message.po b/docs/locale/en/LC_MESSAGES/api/methods/forward_message.po
index 43f90fbf..d5dd0e4f 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/forward_message.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/forward_message.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/forward_message.rst:3
msgid "forwardMessage"
@@ -25,54 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
-#: aiogram.methods.forward_message.ForwardMessage:1 of
-msgid ""
-"Use this method to forward messages of any kind. Service messages can't "
-"be forwarded. On success, the sent :class:`aiogram.types.message.Message`"
-" is returned."
-msgstr ""
-
-#: aiogram.methods.forward_message.ForwardMessage:3 of
-msgid "Source: https://core.telegram.org/bots/api#forwardmessage"
-msgstr ""
-
-#: ../../docstring aiogram.methods.forward_message.ForwardMessage.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.forward_message.ForwardMessage.from_chat_id:1 of
-msgid ""
-"Unique identifier for the chat where the original message was sent (or "
-"channel username in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring aiogram.methods.forward_message.ForwardMessage.message_id:1
-#: of
-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 ""
-"Sends the message `silently `_. Users will receive a notification with no sound."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.forward_message.ForwardMessage.protect_content:1 of
-msgid "Protects the contents of the forwarded message from forwarding and saving"
-msgstr ""
-
#: ../../api/methods/forward_message.rst:14
msgid "Usage"
msgstr ""
@@ -115,3 +67,48 @@ msgstr ""
#~ msgid "As message method"
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to forward messages "
+#~ "of any kind. Service messages can't "
+#~ "be forwarded. On success, the sent "
+#~ ":class:`aiogram.types.message.Message` is returned."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#forwardmessage"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the chat where "
+#~ "the original message was sent (or "
+#~ "channel username in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Message identifier in the chat specified in *from_chat_id*"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target message"
+#~ " thread (topic) of the forum; for "
+#~ "forum supergroups only"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Sends the message `silently "
+#~ "`_. "
+#~ "Users will receive a notification with"
+#~ " no sound."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Protects the contents of the forwarded"
+#~ " message from forwarding and saving"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_chat.po b/docs/locale/en/LC_MESSAGES/api/methods/get_chat.po
index 9097c834..50d17a48 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_chat.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_chat.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_chat.rst:3
msgid "getChat"
@@ -25,24 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Chat`"
msgstr ""
-#: aiogram.methods.get_chat.GetChat:1 of
-msgid ""
-"Use this method to get up to date information about the chat (current "
-"name of the user for one-on-one conversations, current username of a "
-"user, group or channel, etc.). Returns a :class:`aiogram.types.chat.Chat`"
-" object on success."
-msgstr ""
-
-#: aiogram.methods.get_chat.GetChat:3 of
-msgid "Source: https://core.telegram.org/bots/api#getchat"
-msgstr ""
-
-#: ../../docstring aiogram.methods.get_chat.GetChat.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target "
-"supergroup or channel (in the format :code:`@channelusername`)"
-msgstr ""
-
#: ../../api/methods/get_chat.rst:14
msgid "Usage"
msgstr ""
@@ -70,3 +52,24 @@ msgstr ""
#: ../../api/methods/get_chat.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get up to "
+#~ "date information about the chat (current"
+#~ " name of the user for one-"
+#~ "on-one conversations, current username of"
+#~ " a user, group or channel, etc.). "
+#~ "Returns a :class:`aiogram.types.chat.Chat` object"
+#~ " on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getchat"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " or channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_administrators.po b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_administrators.po
index 7700abdc..43013e47 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_administrators.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_administrators.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_chat_administrators.rst:3
msgid "getChatAdministrators"
@@ -28,24 +28,6 @@ msgid ""
"ChatMemberBanned]]`"
msgstr ""
-#: aiogram.methods.get_chat_administrators.GetChatAdministrators:1 of
-msgid ""
-"Use this method to get a list of administrators in a chat, which aren't "
-"bots. Returns an Array of :class:`aiogram.types.chat_member.ChatMember` "
-"objects."
-msgstr ""
-
-#: aiogram.methods.get_chat_administrators.GetChatAdministrators:3 of
-msgid "Source: https://core.telegram.org/bots/api#getchatadministrators"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_chat_administrators.GetChatAdministrators.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target "
-"supergroup or channel (in the format :code:`@channelusername`)"
-msgstr ""
-
#: ../../api/methods/get_chat_administrators.rst:14
msgid "Usage"
msgstr ""
@@ -83,3 +65,21 @@ msgstr ""
#: ../../api/methods/get_chat_administrators.rst:45
msgid ":meth:`aiogram.types.chat.Chat.get_administrators`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get a list "
+#~ "of administrators in a chat, which "
+#~ "aren't bots. Returns an Array of "
+#~ ":class:`aiogram.types.chat_member.ChatMember` objects."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getchatadministrators"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " or channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member.po b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member.po
index f882bd5a..77602a99 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-07 23:01+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_chat_member.rst:3
msgid "getChatMember"
@@ -28,28 +28,6 @@ msgid ""
"ChatMemberBanned]`"
msgstr ""
-#: aiogram.methods.get_chat_member.GetChatMember:1 of
-msgid ""
-"Use this method to get information about a member of a chat. The method "
-"is guaranteed to work for other users, only if the bot is an "
-"administrator in the chat. Returns a "
-":class:`aiogram.types.chat_member.ChatMember` object on success."
-msgstr ""
-
-#: aiogram.methods.get_chat_member.GetChatMember:3 of
-msgid "Source: https://core.telegram.org/bots/api#getchatmember"
-msgstr ""
-
-#: ../../docstring aiogram.methods.get_chat_member.GetChatMember.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target "
-"supergroup or channel (in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring aiogram.methods.get_chat_member.GetChatMember.user_id:1 of
-msgid "Unique identifier of the target user"
-msgstr ""
-
#: ../../api/methods/get_chat_member.rst:14
msgid "Usage"
msgstr ""
@@ -85,3 +63,27 @@ msgstr ""
#: ../../api/methods/get_chat_member.rst:45
msgid ":meth:`aiogram.types.chat.Chat.get_member`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get information "
+#~ "about a member of a chat. The "
+#~ "method is guaranteed to work for "
+#~ "other users, only if the bot is"
+#~ " an administrator in the chat. "
+#~ "Returns a :class:`aiogram.types.chat_member.ChatMember`"
+#~ " object on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getchatmember"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " or channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier of the target user"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member_count.po b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member_count.po
index 6fc48c9f..891bfecd 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member_count.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member_count.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_chat_member_count.rst:3
msgid "getChatMemberCount"
@@ -25,23 +25,6 @@ msgstr ""
msgid "Returns: :obj:`int`"
msgstr ""
-#: aiogram.methods.get_chat_member_count.GetChatMemberCount:1 of
-msgid ""
-"Use this method to get the number of members in a chat. Returns *Int* on "
-"success."
-msgstr ""
-
-#: aiogram.methods.get_chat_member_count.GetChatMemberCount:3 of
-msgid "Source: https://core.telegram.org/bots/api#getchatmembercount"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_chat_member_count.GetChatMemberCount.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target "
-"supergroup or channel (in the format :code:`@channelusername`)"
-msgstr ""
-
#: ../../api/methods/get_chat_member_count.rst:14
msgid "Usage"
msgstr ""
@@ -79,3 +62,20 @@ msgstr ""
#: ../../api/methods/get_chat_member_count.rst:45
msgid ":meth:`aiogram.types.chat.Chat.get_member_count`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get the number"
+#~ " of members in a chat. Returns "
+#~ "*Int* on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getchatmembercount"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " or channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_menu_button.po b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_menu_button.po
index 0f5e608b..997eecf8 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_menu_button.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_menu_button.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-06 14:18+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_chat_menu_button.rst:3
msgid "getChatMenuButton"
@@ -27,24 +27,6 @@ msgid ""
"MenuButtonCommands]`"
msgstr ""
-#: aiogram.methods.get_chat_menu_button.GetChatMenuButton:1 of
-msgid ""
-"Use this method to get the current value of the bot's menu button in a "
-"private chat, or the default menu button. Returns "
-":class:`aiogram.types.menu_button.MenuButton` on success."
-msgstr ""
-
-#: aiogram.methods.get_chat_menu_button.GetChatMenuButton:3 of
-msgid "Source: https://core.telegram.org/bots/api#getchatmenubutton"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_chat_menu_button.GetChatMenuButton.chat_id:1 of
-msgid ""
-"Unique identifier for the target private chat. If not specified, default "
-"bot's menu button will be returned"
-msgstr ""
-
#: ../../api/methods/get_chat_menu_button.rst:14
msgid "Usage"
msgstr ""
@@ -75,3 +57,21 @@ msgstr ""
#~ msgid "Returns: :obj:`MenuButton`"
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get the current"
+#~ " value of the bot's menu button "
+#~ "in a private chat, or the default"
+#~ " menu button. Returns "
+#~ ":class:`aiogram.types.menu_button.MenuButton` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getchatmenubutton"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target private"
+#~ " chat. If not specified, default "
+#~ "bot's menu button will be returned"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po b/docs/locale/en/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po
index 421e077e..b219a4f4 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_custom_emoji_stickers.rst:3
msgid "getCustomEmojiStickers"
@@ -25,25 +25,6 @@ msgstr ""
msgid "Returns: :obj:`List[Sticker]`"
msgstr ""
-#: aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers:1 of
-msgid ""
-"Use this method to get information about custom emoji stickers by their "
-"identifiers. Returns an Array of :class:`aiogram.types.sticker.Sticker` "
-"objects."
-msgstr ""
-
-#: aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers:3 of
-msgid "Source: https://core.telegram.org/bots/api#getcustomemojistickers"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers.custom_emoji_ids:1
-#: of
-msgid ""
-"List of custom emoji identifiers. At most 200 custom emoji identifiers "
-"can be specified."
-msgstr ""
-
#: ../../api/methods/get_custom_emoji_stickers.rst:14
msgid "Usage"
msgstr ""
@@ -73,3 +54,20 @@ msgstr ""
#: ../../api/methods/get_custom_emoji_stickers.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get information "
+#~ "about custom emoji stickers by their "
+#~ "identifiers. Returns an Array of "
+#~ ":class:`aiogram.types.sticker.Sticker` objects."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getcustomemojistickers"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "List of custom emoji identifiers. At "
+#~ "most 200 custom emoji identifiers can"
+#~ " be specified."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_file.po b/docs/locale/en/LC_MESSAGES/api/methods/get_file.po
index bb0d8947..aa6bad44 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_file.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_file.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_file.rst:3
msgid "getFile"
@@ -25,29 +25,6 @@ msgstr ""
msgid "Returns: :obj:`File`"
msgstr ""
-#: aiogram.methods.get_file.GetFile:1 of
-msgid ""
-"Use this method to get basic information about a file and prepare it for "
-"downloading. For the moment, bots can download files of up to 20MB in "
-"size. On success, a :class:`aiogram.types.file.File` object is returned. "
-"The file can then be downloaded via the link "
-":code:`https://api.telegram.org/file/bot/`, where "
-":code:`` is taken from the response. It is guaranteed that the"
-" link will be valid for at least 1 hour. When the link expires, a new one"
-" can be requested by calling :class:`aiogram.methods.get_file.GetFile` "
-"again. **Note:** This function may not preserve the original file name "
-"and MIME type. You should save the file's MIME type and name (if "
-"available) when the File object is received."
-msgstr ""
-
-#: aiogram.methods.get_file.GetFile:4 of
-msgid "Source: https://core.telegram.org/bots/api#getfile"
-msgstr ""
-
-#: ../../docstring aiogram.methods.get_file.GetFile.file_id:1 of
-msgid "File identifier to get information about"
-msgstr ""
-
#: ../../api/methods/get_file.rst:14
msgid "Usage"
msgstr ""
@@ -75,3 +52,34 @@ msgstr ""
#: ../../api/methods/get_file.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get basic "
+#~ "information about a file and prepare "
+#~ "it for downloading. For the moment, "
+#~ "bots can download files of up to"
+#~ " 20MB in size. On success, a "
+#~ ":class:`aiogram.types.file.File` object is returned."
+#~ " The file can then be downloaded "
+#~ "via the link "
+#~ ":code:`https://api.telegram.org/file/bot/`, "
+#~ "where :code:`` is taken from "
+#~ "the response. It is guaranteed that "
+#~ "the link will be valid for at "
+#~ "least 1 hour. When the link "
+#~ "expires, a new one can be "
+#~ "requested by calling "
+#~ ":class:`aiogram.methods.get_file.GetFile` again. **Note:**"
+#~ " This function may not preserve the"
+#~ " original file name and MIME type."
+#~ " You should save the file's MIME "
+#~ "type and name (if available) when "
+#~ "the File object is received."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getfile"
+#~ msgstr ""
+
+#~ msgid "File identifier to get information about"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po b/docs/locale/en/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po
index 7719981e..5f180669 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-06 14:18+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_forum_topic_icon_stickers.rst:3
msgid "getForumTopicIconStickers"
@@ -25,17 +25,6 @@ msgstr ""
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 ""
@@ -65,3 +54,16 @@ msgstr ""
#: ../../api/methods/get_forum_topic_icon_stickers.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ 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 ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getforumtopiciconstickers"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_game_high_scores.po b/docs/locale/en/LC_MESSAGES/api/methods/get_game_high_scores.po
index 192b0486..5106205e 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_game_high_scores.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_game_high_scores.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_game_high_scores.rst:3
msgid "getGameHighScores"
@@ -25,52 +25,6 @@ msgstr ""
msgid "Returns: :obj:`List[GameHighScore]`"
msgstr ""
-#: aiogram.methods.get_game_high_scores.GetGameHighScores:1 of
-msgid ""
-"Use this method to get data for high score tables. Will return the score "
-"of the specified user and several of their neighbors in a game. Returns "
-"an Array of :class:`aiogram.types.game_high_score.GameHighScore` objects."
-msgstr ""
-
-#: aiogram.methods.get_game_high_scores.GetGameHighScores:3 of
-msgid ""
-"This method will currently return scores for the target user, plus two of"
-" their closest neighbors on each side. Will also return the top three "
-"users if the user and their neighbors are not among them. Please note "
-"that this behavior is subject to change."
-msgstr ""
-
-#: aiogram.methods.get_game_high_scores.GetGameHighScores:5 of
-msgid "Source: https://core.telegram.org/bots/api#getgamehighscores"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_game_high_scores.GetGameHighScores.user_id:1 of
-msgid "Target user id"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_game_high_scores.GetGameHighScores.chat_id:1 of
-msgid ""
-"Required if *inline_message_id* is not specified. Unique identifier for "
-"the target chat"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_game_high_scores.GetGameHighScores.message_id:1 of
-msgid ""
-"Required if *inline_message_id* is not specified. Identifier of the sent "
-"message"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_game_high_scores.GetGameHighScores.inline_message_id:1
-#: of
-msgid ""
-"Required if *chat_id* and *message_id* are not specified. Identifier of "
-"the inline message"
-msgstr ""
-
#: ../../api/methods/get_game_high_scores.rst:14
msgid "Usage"
msgstr ""
@@ -98,3 +52,48 @@ msgstr ""
#: ../../api/methods/get_game_high_scores.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get data for"
+#~ " high score tables. Will return the"
+#~ " score of the specified user and "
+#~ "several of their neighbors in a "
+#~ "game. Returns an Array of "
+#~ ":class:`aiogram.types.game_high_score.GameHighScore` objects."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "This method will currently return scores"
+#~ " for the target user, plus two "
+#~ "of their closest neighbors on each "
+#~ "side. Will also return the top "
+#~ "three users if the user and their"
+#~ " neighbors are not among them. Please"
+#~ " note that this behavior is subject"
+#~ " to change."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getgamehighscores"
+#~ msgstr ""
+
+#~ msgid "Target user id"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Unique identifier for the "
+#~ "target chat"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *inline_message_id* is not "
+#~ "specified. Identifier of the sent "
+#~ "message"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Required if *chat_id* and *message_id* "
+#~ "are not specified. Identifier of the "
+#~ "inline message"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_me.po b/docs/locale/en/LC_MESSAGES/api/methods/get_me.po
index 5bcb644a..a3fe28a3 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_me.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_me.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_me.rst:3
msgid "getMe"
@@ -25,17 +25,6 @@ msgstr ""
msgid "Returns: :obj:`User`"
msgstr ""
-#: aiogram.methods.get_me.GetMe:1 of
-msgid ""
-"A simple method for testing your bot's authentication token. Requires no "
-"parameters. Returns basic information about the bot in form of a "
-":class:`aiogram.types.user.User` object."
-msgstr ""
-
-#: aiogram.methods.get_me.GetMe:3 of
-msgid "Source: https://core.telegram.org/bots/api#getme"
-msgstr ""
-
#: ../../api/methods/get_me.rst:14
msgid "Usage"
msgstr ""
@@ -63,3 +52,15 @@ msgstr ""
#: ../../api/methods/get_me.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ msgid ""
+#~ "A simple method for testing your "
+#~ "bot's authentication token. Requires no "
+#~ "parameters. Returns basic information about"
+#~ " the bot in form of a "
+#~ ":class:`aiogram.types.user.User` object."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getme"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_my_commands.po b/docs/locale/en/LC_MESSAGES/api/methods/get_my_commands.po
index 1f59318d..f5a56d8c 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_my_commands.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_my_commands.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_my_commands.rst:3
msgid "getMyCommands"
@@ -25,29 +25,6 @@ msgstr ""
msgid "Returns: :obj:`List[BotCommand]`"
msgstr ""
-#: aiogram.methods.get_my_commands.GetMyCommands:1 of
-msgid ""
-"Use this method to get the current list of the bot's commands for the "
-"given scope and user language. Returns an Array of "
-":class:`aiogram.types.bot_command.BotCommand` objects. If commands aren't"
-" set, an empty list is returned."
-msgstr ""
-
-#: aiogram.methods.get_my_commands.GetMyCommands:3 of
-msgid "Source: https://core.telegram.org/bots/api#getmycommands"
-msgstr ""
-
-#: ../../docstring aiogram.methods.get_my_commands.GetMyCommands.scope:1 of
-msgid ""
-"A JSON-serialized object, describing scope of users. Defaults to "
-":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_my_commands.GetMyCommands.language_code:1 of
-msgid "A two-letter ISO 639-1 language code or an empty string"
-msgstr ""
-
#: ../../api/methods/get_my_commands.rst:14
msgid "Usage"
msgstr ""
@@ -75,3 +52,26 @@ msgstr ""
#: ../../api/methods/get_my_commands.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get the current"
+#~ " list of the bot's commands for "
+#~ "the given scope and user language. "
+#~ "Returns an Array of "
+#~ ":class:`aiogram.types.bot_command.BotCommand` objects. If"
+#~ " commands aren't set, an empty list"
+#~ " is returned."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getmycommands"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized object, describing "
+#~ "scope of users. Defaults to "
+#~ ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`."
+#~ msgstr ""
+
+#~ msgid "A two-letter ISO 639-1 language code or an empty string"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po b/docs/locale/en/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po
index 58861170..ddac37fd 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_my_default_administrator_rights.rst:3
msgid "getMyDefaultAdministratorRights"
@@ -25,29 +25,6 @@ msgstr ""
msgid "Returns: :obj:`ChatAdministratorRights`"
msgstr ""
-#: aiogram.methods.get_my_default_administrator_rights.GetMyDefaultAdministratorRights:1
-#: of
-msgid ""
-"Use this method to get the current default administrator rights of the "
-"bot. Returns "
-":class:`aiogram.types.chat_administrator_rights.ChatAdministratorRights` "
-"on success."
-msgstr ""
-
-#: aiogram.methods.get_my_default_administrator_rights.GetMyDefaultAdministratorRights:3
-#: of
-msgid "Source: https://core.telegram.org/bots/api#getmydefaultadministratorrights"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_my_default_administrator_rights.GetMyDefaultAdministratorRights.for_channels:1
-#: of
-msgid ""
-"Pass :code:`True` to get default administrator rights of the bot in "
-"channels. Otherwise, default administrator rights of the bot for groups "
-"and supergroups will be returned."
-msgstr ""
-
#: ../../api/methods/get_my_default_administrator_rights.rst:14
msgid "Usage"
msgstr ""
@@ -77,3 +54,25 @@ msgstr ""
#: ../../api/methods/get_my_default_administrator_rights.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get the current"
+#~ " default administrator rights of the "
+#~ "bot. Returns "
+#~ ":class:`aiogram.types.chat_administrator_rights.ChatAdministratorRights`"
+#~ " on success."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Source: "
+#~ "https://core.telegram.org/bots/api#getmydefaultadministratorrights"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` to get default "
+#~ "administrator rights of the bot in "
+#~ "channels. Otherwise, default administrator "
+#~ "rights of the bot for groups and"
+#~ " supergroups will be returned."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_sticker_set.po b/docs/locale/en/LC_MESSAGES/api/methods/get_sticker_set.po
index 3b71c37d..4fedbc1b 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_sticker_set.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_sticker_set.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_sticker_set.rst:3
msgid "getStickerSet"
@@ -25,20 +25,6 @@ msgstr ""
msgid "Returns: :obj:`StickerSet`"
msgstr ""
-#: aiogram.methods.get_sticker_set.GetStickerSet:1 of
-msgid ""
-"Use this method to get a sticker set. On success, a "
-":class:`aiogram.types.sticker_set.StickerSet` object is returned."
-msgstr ""
-
-#: aiogram.methods.get_sticker_set.GetStickerSet:3 of
-msgid "Source: https://core.telegram.org/bots/api#getstickerset"
-msgstr ""
-
-#: ../../docstring aiogram.methods.get_sticker_set.GetStickerSet.name:1 of
-msgid "Name of the sticker set"
-msgstr ""
-
#: ../../api/methods/get_sticker_set.rst:14
msgid "Usage"
msgstr ""
@@ -66,3 +52,17 @@ msgstr ""
#: ../../api/methods/get_sticker_set.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get a sticker"
+#~ " set. On success, a "
+#~ ":class:`aiogram.types.sticker_set.StickerSet` object is"
+#~ " returned."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getstickerset"
+#~ msgstr ""
+
+#~ msgid "Name of the sticker set"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_updates.po b/docs/locale/en/LC_MESSAGES/api/methods/get_updates.po
index e64a0df6..2cacb210 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_updates.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_updates.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_updates.rst:3
msgid "getUpdates"
@@ -25,67 +25,6 @@ msgstr ""
msgid "Returns: :obj:`List[Update]`"
msgstr ""
-#: aiogram.methods.get_updates.GetUpdates:1 of
-msgid ""
-"Use this method to receive incoming updates using long polling (`wiki "
-"`_). Returns "
-"an Array of :class:`aiogram.types.update.Update` objects."
-msgstr ""
-
-#: aiogram.methods.get_updates.GetUpdates:3 of
-msgid "**Notes**"
-msgstr ""
-
-#: aiogram.methods.get_updates.GetUpdates:5 of
-msgid "**1.** This method will not work if an outgoing webhook is set up."
-msgstr ""
-
-#: aiogram.methods.get_updates.GetUpdates:7 of
-msgid ""
-"**2.** In order to avoid getting duplicate updates, recalculate *offset* "
-"after each server response."
-msgstr ""
-
-#: aiogram.methods.get_updates.GetUpdates:9 of
-msgid "Source: https://core.telegram.org/bots/api#getupdates"
-msgstr ""
-
-#: ../../docstring aiogram.methods.get_updates.GetUpdates.offset:1 of
-msgid ""
-"Identifier of the first update to be returned. Must be greater by one "
-"than the highest among the identifiers of previously received updates. By"
-" default, updates starting with the earliest unconfirmed update are "
-"returned. An update is considered confirmed as soon as "
-":class:`aiogram.methods.get_updates.GetUpdates` is called with an "
-"*offset* higher than its *update_id*. The negative offset can be "
-"specified to retrieve updates starting from *-offset* update from the end"
-" of the updates queue. All previous updates will forgotten."
-msgstr ""
-
-#: ../../docstring aiogram.methods.get_updates.GetUpdates.limit:1 of
-msgid ""
-"Limits the number of updates to be retrieved. Values between 1-100 are "
-"accepted. Defaults to 100."
-msgstr ""
-
-#: ../../docstring aiogram.methods.get_updates.GetUpdates.timeout:1 of
-msgid ""
-"Timeout in seconds for long polling. Defaults to 0, i.e. usual short "
-"polling. Should be positive, short polling should be used for testing "
-"purposes only."
-msgstr ""
-
-#: ../../docstring aiogram.methods.get_updates.GetUpdates.allowed_updates:1 of
-msgid ""
-"A JSON-serialized list of the update types you want your bot to receive. "
-"For example, specify ['message', 'edited_channel_post', 'callback_query']"
-" to only receive updates of these types. See "
-":class:`aiogram.types.update.Update` for a complete list of available "
-"update types. Specify an empty list to receive all update types except "
-"*chat_member* (default). If not specified, the previous setting will be "
-"used."
-msgstr ""
-
#: ../../api/methods/get_updates.rst:14
msgid "Usage"
msgstr ""
@@ -113,3 +52,73 @@ msgstr ""
#: ../../api/methods/get_updates.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to receive incoming "
+#~ "updates using long polling (`wiki "
+#~ "`_). "
+#~ "Returns an Array of "
+#~ ":class:`aiogram.types.update.Update` objects."
+#~ msgstr ""
+
+#~ msgid "**Notes**"
+#~ msgstr ""
+
+#~ msgid "**1.** This method will not work if an outgoing webhook is set up."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "**2.** In order to avoid getting "
+#~ "duplicate updates, recalculate *offset* after"
+#~ " each server response."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getupdates"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Identifier of the first update to "
+#~ "be returned. Must be greater by "
+#~ "one than the highest among the "
+#~ "identifiers of previously received updates."
+#~ " By default, updates starting with "
+#~ "the earliest unconfirmed update are "
+#~ "returned. An update is considered "
+#~ "confirmed as soon as "
+#~ ":class:`aiogram.methods.get_updates.GetUpdates` is called"
+#~ " with an *offset* higher than its "
+#~ "*update_id*. The negative offset can be"
+#~ " specified to retrieve updates starting "
+#~ "from *-offset* update from the end "
+#~ "of the updates queue. All previous "
+#~ "updates will forgotten."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Limits the number of updates to be"
+#~ " retrieved. Values between 1-100 are "
+#~ "accepted. Defaults to 100."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Timeout in seconds for long polling. "
+#~ "Defaults to 0, i.e. usual short "
+#~ "polling. Should be positive, short "
+#~ "polling should be used for testing "
+#~ "purposes only."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "A JSON-serialized list of the "
+#~ "update types you want your bot to"
+#~ " receive. For example, specify ['message',"
+#~ " 'edited_channel_post', 'callback_query'] to only"
+#~ " receive updates of these types. See"
+#~ " :class:`aiogram.types.update.Update` for a "
+#~ "complete list of available update types."
+#~ " Specify an empty list to receive "
+#~ "all update types except *chat_member* "
+#~ "(default). If not specified, the "
+#~ "previous setting will be used."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_user_profile_photos.po b/docs/locale/en/LC_MESSAGES/api/methods/get_user_profile_photos.po
index bbbeffbc..85cc9c1a 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_user_profile_photos.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_user_profile_photos.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_user_profile_photos.rst:3
msgid "getUserProfilePhotos"
@@ -25,35 +25,6 @@ msgstr ""
msgid "Returns: :obj:`UserProfilePhotos`"
msgstr ""
-#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos:1 of
-msgid ""
-"Use this method to get a list of profile pictures for a user. Returns a "
-":class:`aiogram.types.user_profile_photos.UserProfilePhotos` object."
-msgstr ""
-
-#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos:3 of
-msgid "Source: https://core.telegram.org/bots/api#getuserprofilephotos"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos.user_id:1 of
-msgid "Unique identifier of the target user"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos.offset:1 of
-msgid ""
-"Sequential number of the first photo to be returned. By default, all "
-"photos are returned."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos.limit:1 of
-msgid ""
-"Limits the number of photos to be retrieved. Values between 1-100 are "
-"accepted. Defaults to 100."
-msgstr ""
-
#: ../../api/methods/get_user_profile_photos.rst:14
msgid "Usage"
msgstr ""
@@ -91,3 +62,30 @@ msgstr ""
#: ../../api/methods/get_user_profile_photos.rst:45
msgid ":meth:`aiogram.types.user.User.get_profile_photos`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get a list "
+#~ "of profile pictures for a user. "
+#~ "Returns a "
+#~ ":class:`aiogram.types.user_profile_photos.UserProfilePhotos` "
+#~ "object."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getuserprofilephotos"
+#~ msgstr ""
+
+#~ msgid "Unique identifier of the target user"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Sequential number of the first photo "
+#~ "to be returned. By default, all "
+#~ "photos are returned."
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Limits the number of photos to be"
+#~ " retrieved. Values between 1-100 are "
+#~ "accepted. Defaults to 100."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_webhook_info.po b/docs/locale/en/LC_MESSAGES/api/methods/get_webhook_info.po
index da85d1b4..9e1ffc37 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/get_webhook_info.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/get_webhook_info.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/get_webhook_info.rst:3
msgid "getWebhookInfo"
@@ -25,19 +25,6 @@ msgstr ""
msgid "Returns: :obj:`WebhookInfo`"
msgstr ""
-#: aiogram.methods.get_webhook_info.GetWebhookInfo:1 of
-msgid ""
-"Use this method to get current webhook status. Requires no parameters. On"
-" success, returns a :class:`aiogram.types.webhook_info.WebhookInfo` "
-"object. If the bot is using "
-":class:`aiogram.methods.get_updates.GetUpdates`, will return an object "
-"with the *url* field empty."
-msgstr ""
-
-#: aiogram.methods.get_webhook_info.GetWebhookInfo:3 of
-msgid "Source: https://core.telegram.org/bots/api#getwebhookinfo"
-msgstr ""
-
#: ../../api/methods/get_webhook_info.rst:14
msgid "Usage"
msgstr ""
@@ -65,3 +52,18 @@ msgstr ""
#: ../../api/methods/get_webhook_info.rst:33
msgid "With specific bot"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to get current "
+#~ "webhook status. Requires no parameters. "
+#~ "On success, returns a "
+#~ ":class:`aiogram.types.webhook_info.WebhookInfo` object. If"
+#~ " the bot is using "
+#~ ":class:`aiogram.methods.get_updates.GetUpdates`, will "
+#~ "return an object with the *url* "
+#~ "field empty."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#getwebhookinfo"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po
index 500edf6d..b50d3c40 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-12-30 22:28+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/hide_general_forum_topic.rst:3
msgid "hideGeneralForumTopic"
@@ -25,25 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic:1 of
-msgid ""
-"Use this method to hide the 'General' 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. The topic will be "
-"automatically closed if it was open. Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic:3 of
-msgid "Source: https://core.telegram.org/bots/api#hidegeneralforumtopic"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target "
-"supergroup (in the format :code:`@supergroupusername`)"
-msgstr ""
-
#: ../../api/methods/hide_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
@@ -77,3 +58,25 @@ msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to hide the "
+#~ "'General' 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. The "
+#~ "topic will be automatically closed if"
+#~ " it was open. Returns :code:`True` on"
+#~ " success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#hidegeneralforumtopic"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/leave_chat.po b/docs/locale/en/LC_MESSAGES/api/methods/leave_chat.po
index bef135f1..ecd650e4 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/leave_chat.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/leave_chat.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/leave_chat.rst:3
msgid "leaveChat"
@@ -25,22 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.leave_chat.LeaveChat:1 of
-msgid ""
-"Use this method for your bot to leave a group, supergroup or channel. "
-"Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.leave_chat.LeaveChat:3 of
-msgid "Source: https://core.telegram.org/bots/api#leavechat"
-msgstr ""
-
-#: ../../docstring aiogram.methods.leave_chat.LeaveChat.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target "
-"supergroup or channel (in the format :code:`@channelusername`)"
-msgstr ""
-
#: ../../api/methods/leave_chat.rst:14
msgid "Usage"
msgstr ""
@@ -80,3 +64,20 @@ msgstr ""
#: ../../api/methods/leave_chat.rst:50
msgid ":meth:`aiogram.types.chat.Chat.leave`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method for your bot to"
+#~ " leave a group, supergroup or "
+#~ "channel. Returns :code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#leavechat"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " or channel (in the format "
+#~ ":code:`@channelusername`)"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/log_out.po b/docs/locale/en/LC_MESSAGES/api/methods/log_out.po
index 49f02be5..8e9944e4 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/log_out.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/log_out.po
@@ -8,14 +8,14 @@ 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: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/log_out.rst:3
msgid "logOut"
@@ -25,20 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.log_out.LogOut:1 of
-msgid ""
-"Use this method to log out from the cloud Bot API server before launching"
-" the bot locally. You **must** log out the bot before running it locally,"
-" otherwise there is no guarantee that the bot will receive updates. After"
-" a successful call, you can immediately log in on a local server, but "
-"will not be able to log in back to the cloud Bot API server for 10 "
-"minutes. Returns :code:`True` on success. Requires no parameters."
-msgstr ""
-
-#: aiogram.methods.log_out.LogOut:3 of
-msgid "Source: https://core.telegram.org/bots/api#logout"
-msgstr ""
-
#: ../../api/methods/log_out.rst:14
msgid "Usage"
msgstr ""
@@ -70,3 +56,23 @@ msgstr ""
#: ../../api/methods/log_out.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to log out from"
+#~ " the cloud Bot API server before "
+#~ "launching the bot locally. You **must**"
+#~ " log out the bot before running "
+#~ "it locally, otherwise there is no "
+#~ "guarantee that the bot will receive "
+#~ "updates. After a successful call, you"
+#~ " can immediately log in on a "
+#~ "local server, but will not be able"
+#~ " to log in back to the cloud"
+#~ " Bot API server for 10 minutes. "
+#~ "Returns :code:`True` on success. Requires "
+#~ "no parameters."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#logout"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/pin_chat_message.po b/docs/locale/en/LC_MESSAGES/api/methods/pin_chat_message.po
index 9a1e84e4..7ccf40aa 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/pin_chat_message.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/pin_chat_message.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/pin_chat_message.rst:3
msgid "pinChatMessage"
@@ -25,38 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.pin_chat_message.PinChatMessage:1 of
-msgid ""
-"Use this method to add a message to the list of pinned messages in a "
-"chat. If the chat is not a private chat, the bot must be an administrator"
-" in the chat for this to work and must have the 'can_pin_messages' "
-"administrator right in a supergroup or 'can_edit_messages' administrator "
-"right in a channel. Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.pin_chat_message.PinChatMessage:3 of
-msgid "Source: https://core.telegram.org/bots/api#pinchatmessage"
-msgstr ""
-
-#: ../../docstring aiogram.methods.pin_chat_message.PinChatMessage.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring aiogram.methods.pin_chat_message.PinChatMessage.message_id:1
-#: of
-msgid "Identifier of a message to pin"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.pin_chat_message.PinChatMessage.disable_notification:1 of
-msgid ""
-"Pass :code:`True` if it is not necessary to send a notification to all "
-"chat members about the new pinned message. Notifications are always "
-"disabled in channels and private chats."
-msgstr ""
-
#: ../../api/methods/pin_chat_message.rst:14
msgid "Usage"
msgstr ""
@@ -103,3 +71,37 @@ msgstr ""
#~ msgid "As message method"
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to add a message"
+#~ " to the list of pinned messages "
+#~ "in a chat. If the chat is "
+#~ "not a private chat, the bot must"
+#~ " be an administrator in the chat "
+#~ "for this to work and must have "
+#~ "the 'can_pin_messages' administrator right in"
+#~ " a supergroup or 'can_edit_messages' "
+#~ "administrator right in a channel. "
+#~ "Returns :code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#pinchatmessage"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Identifier of a message to pin"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if it is not "
+#~ "necessary to send a notification to "
+#~ "all chat members about the new "
+#~ "pinned message. Notifications are always "
+#~ "disabled in channels and private chats."
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/promote_chat_member.po b/docs/locale/en/LC_MESSAGES/api/methods/promote_chat_member.po
index 2d9c0978..2f8e4c55 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/promote_chat_member.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/promote_chat_member.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/promote_chat_member.rst:3
msgid "promoteChatMember"
@@ -25,112 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.promote_chat_member.PromoteChatMember:1 of
-msgid ""
-"Use this method to promote or demote a user in a supergroup or a channel."
-" The bot must be an administrator in the chat for this to work and must "
-"have the appropriate administrator rights. Pass :code:`False` for all "
-"boolean parameters to demote a user. Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.promote_chat_member.PromoteChatMember:3 of
-msgid "Source: https://core.telegram.org/bots/api#promotechatmember"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.user_id:1 of
-msgid "Unique identifier of the target user"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.is_anonymous:1 of
-msgid "Pass :code:`True` if the administrator's presence in the chat is hidden"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_chat:1 of
-msgid ""
-"Pass :code:`True` if the administrator can access the chat event log, "
-"chat statistics, message statistics in channels, see channel members, see"
-" anonymous administrators in supergroups and ignore slow mode. Implied by"
-" any other administrator privilege"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.can_post_messages:1 of
-msgid ""
-"Pass :code:`True` if the administrator can create channel posts, channels"
-" only"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.can_edit_messages:1 of
-msgid ""
-"Pass :code:`True` if the administrator can edit messages of other users "
-"and can pin messages, channels only"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.can_delete_messages:1
-#: of
-msgid "Pass :code:`True` if the administrator can delete messages of other users"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_video_chats:1
-#: of
-msgid "Pass :code:`True` if the administrator can manage video chats"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.can_restrict_members:1
-#: of
-msgid ""
-"Pass :code:`True` if the administrator can restrict, ban or unban chat "
-"members"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.can_promote_members:1
-#: of
-msgid ""
-"Pass :code:`True` if the administrator can add new administrators with a "
-"subset of their own privileges or demote administrators that he has "
-"promoted, directly or indirectly (promoted by administrators that were "
-"appointed by him)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.can_change_info:1 of
-msgid ""
-"Pass :code:`True` if the administrator can change chat title, photo and "
-"other settings"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.can_invite_users:1 of
-msgid "Pass :code:`True` if the administrator can invite new users to the chat"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.promote_chat_member.PromoteChatMember.can_pin_messages:1 of
-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 ""
@@ -170,3 +64,96 @@ msgstr ""
#: ../../api/methods/promote_chat_member.rst:50
msgid ":meth:`aiogram.types.chat.Chat.promote`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to promote or "
+#~ "demote a user in a supergroup or"
+#~ " a channel. The bot must be an"
+#~ " administrator in the chat for this"
+#~ " to work and must have the "
+#~ "appropriate administrator rights. Pass "
+#~ ":code:`False` for all boolean parameters "
+#~ "to demote a user. Returns :code:`True`"
+#~ " on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#promotechatmember"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier of the target user"
+#~ msgstr ""
+
+#~ msgid "Pass :code:`True` if the administrator's presence in the chat is hidden"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the administrator "
+#~ "can access the chat event log, "
+#~ "chat statistics, message statistics in "
+#~ "channels, see channel members, see "
+#~ "anonymous administrators in supergroups and"
+#~ " ignore slow mode. Implied by any "
+#~ "other administrator privilege"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the administrator "
+#~ "can create channel posts, channels only"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the administrator "
+#~ "can edit messages of other users "
+#~ "and can pin messages, channels only"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the administrator "
+#~ "can delete messages of other users"
+#~ msgstr ""
+
+#~ msgid "Pass :code:`True` if the administrator can manage video chats"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the administrator "
+#~ "can restrict, ban or unban chat "
+#~ "members"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the administrator "
+#~ "can add new administrators with a "
+#~ "subset of their own privileges or "
+#~ "demote administrators that he has "
+#~ "promoted, directly or indirectly (promoted "
+#~ "by administrators that were appointed by"
+#~ " him)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the administrator "
+#~ "can change chat title, photo and "
+#~ "other settings"
+#~ msgstr ""
+
+#~ msgid "Pass :code:`True` if the administrator can invite new users to the chat"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the administrator "
+#~ "can pin messages, supergroups only"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Pass :code:`True` if the user is "
+#~ "allowed to create, rename, close, and"
+#~ " reopen forum topics, supergroups only"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/reopen_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/reopen_forum_topic.po
index 09b013b4..74e26b25 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/reopen_forum_topic.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/reopen_forum_topic.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-06 14:18+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/reopen_forum_topic.rst:3
msgid "reopenForumTopic"
@@ -25,30 +25,6 @@ msgstr ""
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 ""
@@ -80,3 +56,27 @@ msgstr ""
#: ../../api/methods/reopen_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ 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 ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#reopenforumtopic"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier for the target message thread of the forum topic"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po
index cd6c41db..a68a6f22 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-12-30 22:28+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/reopen_general_forum_topic.rst:3
msgid "reopenGeneralForumTopic"
@@ -25,27 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic:1 of
-msgid ""
-"Use this method to reopen a closed 'General' 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. The topic will be"
-" automatically unhidden if it was hidden. Returns :code:`True` on "
-"success."
-msgstr ""
-
-#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic:3 of
-msgid "Source: https://core.telegram.org/bots/api#reopengeneralforumtopic"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic.chat_id:1
-#: of
-msgid ""
-"Unique identifier for the target chat or username of the target "
-"supergroup (in the format :code:`@supergroupusername`)"
-msgstr ""
-
#: ../../api/methods/reopen_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
@@ -79,3 +58,25 @@ msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to reopen a closed"
+#~ " 'General' 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. The "
+#~ "topic will be automatically unhidden if"
+#~ " it was hidden. Returns :code:`True` "
+#~ "on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#reopengeneralforumtopic"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/restrict_chat_member.po b/docs/locale/en/LC_MESSAGES/api/methods/restrict_chat_member.po
index 9c0755b7..b1c1539c 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/restrict_chat_member.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/restrict_chat_member.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/restrict_chat_member.rst:3
msgid "restrictChatMember"
@@ -25,43 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
-#: aiogram.methods.restrict_chat_member.RestrictChatMember:1 of
-msgid ""
-"Use this method to restrict a user in a supergroup. The bot must be an "
-"administrator in the supergroup for this to work and must have the "
-"appropriate administrator rights. Pass :code:`True` for all permissions "
-"to lift restrictions from a user. Returns :code:`True` on success."
-msgstr ""
-
-#: aiogram.methods.restrict_chat_member.RestrictChatMember:3 of
-msgid "Source: https://core.telegram.org/bots/api#restrictchatmember"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.restrict_chat_member.RestrictChatMember.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.restrict_chat_member.RestrictChatMember.user_id:1 of
-msgid "Unique identifier of the target user"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.restrict_chat_member.RestrictChatMember.permissions:1 of
-msgid "A JSON-serialized object for new user permissions"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.restrict_chat_member.RestrictChatMember.until_date:1 of
-msgid ""
-"Date when restrictions will be lifted for the user, unix time. If user is"
-" restricted for more than 366 days or less than 30 seconds from the "
-"current time, they are considered to be restricted forever"
-msgstr ""
-
#: ../../api/methods/restrict_chat_member.rst:14
msgid "Usage"
msgstr ""
@@ -103,3 +66,39 @@ msgstr ""
#: ../../api/methods/restrict_chat_member.rst:50
msgid ":meth:`aiogram.types.chat.Chat.restrict`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to restrict a user"
+#~ " in a supergroup. The bot must "
+#~ "be an administrator in the supergroup"
+#~ " for this to work and must have"
+#~ " the appropriate administrator rights. Pass"
+#~ " :code:`True` for all permissions to "
+#~ "lift restrictions from a user. Returns"
+#~ " :code:`True` on success."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#restrictchatmember"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target supergroup"
+#~ " (in the format :code:`@supergroupusername`)"
+#~ msgstr ""
+
+#~ msgid "Unique identifier of the target user"
+#~ msgstr ""
+
+#~ msgid "A JSON-serialized object for new user permissions"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Date when restrictions will be lifted"
+#~ " for the user, unix time. If "
+#~ "user is restricted for more than "
+#~ "366 days or less than 30 seconds"
+#~ " from the current time, they are "
+#~ "considered to be restricted forever"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/revoke_chat_invite_link.po b/docs/locale/en/LC_MESSAGES/api/methods/revoke_chat_invite_link.po
index b7fee507..e106ada7 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/revoke_chat_invite_link.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/revoke_chat_invite_link.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-11-23 00:47+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/revoke_chat_invite_link.rst:3
msgid "revokeChatInviteLink"
@@ -25,32 +25,6 @@ msgstr ""
msgid "Returns: :obj:`ChatInviteLink`"
msgstr ""
-#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink:1 of
-msgid ""
-"Use this method to revoke an invite link created by the bot. If the "
-"primary link is revoked, a new link is automatically generated. The bot "
-"must be an administrator in the chat for this to work and must have the "
-"appropriate administrator rights. Returns the revoked invite link as "
-":class:`aiogram.types.chat_invite_link.ChatInviteLink` object."
-msgstr ""
-
-#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink:3 of
-msgid "Source: https://core.telegram.org/bots/api#revokechatinvitelink"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink.chat_id:1 of
-msgid ""
-"Unique identifier of the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink.invite_link:1
-#: of
-msgid "The invite link to revoke"
-msgstr ""
-
#: ../../api/methods/revoke_chat_invite_link.rst:14
msgid "Usage"
msgstr ""
@@ -92,3 +66,29 @@ msgstr ""
#: ../../api/methods/revoke_chat_invite_link.rst:50
msgid ":meth:`aiogram.types.chat.Chat.revoke_invite_link`"
msgstr ""
+
+#~ msgid ""
+#~ "Use this method to revoke an "
+#~ "invite link created by the bot. If"
+#~ " the primary link is revoked, a "
+#~ "new link is automatically generated. The"
+#~ " bot must be an administrator in "
+#~ "the chat for this to work and "
+#~ "must have the appropriate administrator "
+#~ "rights. Returns the revoked invite link"
+#~ " as :class:`aiogram.types.chat_invite_link.ChatInviteLink`"
+#~ " object."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#revokechatinvitelink"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier of the target chat "
+#~ "or username of the target channel "
+#~ "(in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid "The invite link to revoke"
+#~ msgstr ""
+
diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_animation.po b/docs/locale/en/LC_MESSAGES/api/methods/send_animation.po
index 57619de4..9b9f095a 100644
--- a/docs/locale/en/LC_MESSAGES/api/methods/send_animation.po
+++ b/docs/locale/en/LC_MESSAGES/api/methods/send_animation.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-12-30 22:28+0200\n"
+"POT-Creation-Date: 2023-02-26 20:35+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \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"
+"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_animation.rst:3
msgid "sendAnimation"
@@ -25,127 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
-#: aiogram.methods.send_animation.SendAnimation:1 of
-msgid ""
-"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video "
-"without sound). On success, the sent "
-":class:`aiogram.types.message.Message` is returned. Bots can currently "
-"send animation files of up to 50 MB in size, this limit may be changed in"
-" the future."
-msgstr ""
-
-#: aiogram.methods.send_animation.SendAnimation:3 of
-msgid "Source: https://core.telegram.org/bots/api#sendanimation"
-msgstr ""
-
-#: ../../docstring aiogram.methods.send_animation.SendAnimation.chat_id:1 of
-msgid ""
-"Unique identifier for the target chat or username of the target channel "
-"(in the format :code:`@channelusername`)"
-msgstr ""
-
-#: ../../docstring aiogram.methods.send_animation.SendAnimation.animation:1 of
-msgid ""
-"Animation to send. Pass a file_id as String to send an animation that "
-"exists on the Telegram servers (recommended), pass an HTTP URL as a "
-"String for Telegram to get an animation from the Internet, or upload a "
-"new animation using multipart/form-data. :ref:`More information on "
-"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 ""
-
-#: ../../docstring aiogram.methods.send_animation.SendAnimation.width:1 of
-msgid "Animation width"
-msgstr ""
-
-#: ../../docstring aiogram.methods.send_animation.SendAnimation.height:1 of
-msgid "Animation height"
-msgstr ""
-
-#: ../../docstring aiogram.methods.send_animation.SendAnimation.thumb:1 of
-msgid ""
-"Thumbnail of the file sent; can be ignored if thumbnail generation for "
-"the file is supported server-side. The thumbnail should be in JPEG format"
-" and less than 200 kB in size. A thumbnail's width and height should not "
-"exceed 320. Ignored if the file is not uploaded using multipart/form-"
-"data. Thumbnails can't be reused and can be only uploaded as a new file, "
-"so you can pass 'attach://' if the thumbnail was "
-"uploaded using multipart/form-data under . :ref:`More "
-"information on Sending Files » `"
-msgstr ""
-
-#: ../../docstring aiogram.methods.send_animation.SendAnimation.caption:1 of
-msgid ""
-"Animation caption (may also be used when resending animation by "
-"*file_id*), 0-1024 characters after entities parsing"
-msgstr ""
-
-#: ../../docstring aiogram.methods.send_animation.SendAnimation.parse_mode:1 of
-msgid ""
-"Mode for parsing entities in the animation caption. See `formatting "
-"options `_ for "
-"more details."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.send_animation.SendAnimation.caption_entities:1 of
-msgid ""
-"A JSON-serialized list of special entities that appear in the caption, "
-"which can be specified instead of *parse_mode*"
-msgstr ""
-
-#: ../../docstring aiogram.methods.send_animation.SendAnimation.has_spoiler:1
-#: of
-msgid ""
-"Pass :code:`True` if the animation needs to be covered with a spoiler "
-"animation"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.send_animation.SendAnimation.disable_notification:1 of
-msgid ""
-"Sends the message `silently `_. Users will receive a notification with no sound."
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.send_animation.SendAnimation.protect_content:1 of
-msgid "Protects the contents of the sent message from forwarding and saving"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.send_animation.SendAnimation.reply_to_message_id:1 of
-msgid "If the message is a reply, ID of the original message"
-msgstr ""
-
-#: ../../docstring
-#: aiogram.methods.send_animation.SendAnimation.allow_sending_without_reply:1
-#: of
-msgid ""
-"Pass :code:`True` if the message should be sent even if the specified "
-"replied-to message is not found"
-msgstr ""
-
-#: ../../docstring aiogram.methods.send_animation.SendAnimation.reply_markup:1
-#: of
-msgid ""
-"Additional interface options. A JSON-serialized object for an `inline "
-"keyboard `_, "
-"`custom reply keyboard "
-"`_, instructions to "
-"remove reply keyboard or to force a reply from the user."
-msgstr ""
-
#: ../../api/methods/send_animation.rst:14
msgid "Usage"
msgstr ""
@@ -200,3 +79,125 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
+
+#~ msgid ""
+#~ "Use this method to send animation "
+#~ "files (GIF or H.264/MPEG-4 AVC video "
+#~ "without sound). On success, the sent "
+#~ ":class:`aiogram.types.message.Message` is returned. "
+#~ "Bots can currently send animation files"
+#~ " of up to 50 MB in size, "
+#~ "this limit may be changed in the"
+#~ " future."
+#~ msgstr ""
+
+#~ msgid "Source: https://core.telegram.org/bots/api#sendanimation"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target chat"
+#~ " or username of the target channel"
+#~ " (in the format :code:`@channelusername`)"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Animation to send. Pass a file_id "
+#~ "as String to send an animation "
+#~ "that exists on the Telegram servers "
+#~ "(recommended), pass an HTTP URL as "
+#~ "a String for Telegram to get an"
+#~ " animation from the Internet, or "
+#~ "upload a new animation using multipart"
+#~ "/form-data. :ref:`More information on "
+#~ "Sending Files » `"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Unique identifier for the target message"
+#~ " thread (topic) of the forum; for "
+#~ "forum supergroups only"
+#~ msgstr ""
+
+#~ msgid "Duration of sent animation in seconds"
+#~ msgstr ""
+
+#~ msgid "Animation width"
+#~ msgstr ""
+
+#~ msgid "Animation height"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Thumbnail of the file sent; can be"
+#~ " ignored if thumbnail generation for "
+#~ "the file is supported server-side. "
+#~ "The thumbnail should be in JPEG "
+#~ "format and less than 200 kB in "
+#~ "size. A thumbnail's width and height "
+#~ "should not exceed 320. Ignored if "
+#~ "the file is not uploaded using "
+#~ "multipart/form-data. Thumbnails can't be "
+#~ "reused and can be only uploaded as"
+#~ " a new file, so you can pass"
+#~ " 'attach://' if the thumbnail"
+#~ " was uploaded using multipart/form-data "
+#~ "under . :ref:`More information "
+#~ "on Sending Files » `"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Animation caption (may also be used "
+#~ "when resending animation by *file_id*), "
+#~ "0-1024 characters after entities parsing"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Mode for parsing entities in the "
+#~ "animation caption. See `formatting options "
+#~ "