integrated russian and corrected ukrainian transl

This commit is contained in:
Artem41k 2023-02-26 20:57:14 +05:00
parent e0c356cc11
commit 92ff905214
580 changed files with 38384 additions and 31712 deletions

View file

@ -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

View file

@ -47,6 +47,7 @@ Make your bots faster and more powerful!
Documentation:
- 🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_
- 🇺🇦 `Ukrainian <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_
- 🇷🇺 `Russian <https://docs.aiogram.dev/ru/dev-3.x/>`_
.. danger::

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 <https://t.me/BotFather>`_"
msgstr ""
#~ msgid "Telegram Bot token `Obtained from @BotFather <https://t.me/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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 » <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>`_`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>`_`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 "
#~ "» <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>`_`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>`_`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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 <https://core.telegram.org/bots/features#inline-keyboards>`_. "
"The answer will be displayed to the user as a notification at the top of "
"the chat screen or as an alert. On success, :code:`True` is returned."
msgstr ""
#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:3 of
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 <https://t.me/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 <https://t.me/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 "
"<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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_. The answer will be "
#~ "displayed to the user as a "
#~ "notification at the top of the "
#~ "chat screen or as an alert. On "
#~ "success, :code:`True` is returned."
#~ msgstr ""
#~ 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 <https://t.me/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 "
#~ "<https://t.me/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 "
#~ "<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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 <https://core.telegram.org/bots/features#deep-linking>`_ "
"parameter for the /start message sent to the bot when user presses the "
"switch button. 1-64 characters, only :code:`A-Z`, :code:`a-z`, "
":code:`0-9`, :code:`_` and :code:`-` are allowed."
msgstr ""
#: ../../api/methods/answer_inline_query.rst:14
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 <https://core.telegram.org/bots/features"
#~ "#deep-linking>`_ parameter for the /start"
#~ " message sent to the bot when "
#~ "user presses the switch button. 1-64 "
#~ "characters, only :code:`A-Z`, :code:`a-z`, "
#~ ":code:`0-9`, :code:`_` and :code:`-` are "
#~ "allowed."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 "
"<https://core.telegram.org/bots/webapps>`_ 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 <https://core.telegram.org/bots/webapps>`_ 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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 "
"<https://core.telegram.org/bots/api#unbanchatmember>`_ 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 "
#~ "<https://core.telegram.org/bots/api#unbanchatmember>`_ 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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 "
"<https://core.telegram.org/bots/api#unbanchatsenderchat>`_, 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 "
#~ "<https://core.telegram.org/bots/api#unbanchatsenderchat>`_, 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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 "
"<https://core.telegram.org/bots/api#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 <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. 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 <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/copy_message.rst:14
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 "
#~ "<https://core.telegram.org/bots/api#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 "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 <https://t.me/botfather>`_"
msgstr ""
#: ../../docstring
#: aiogram.methods.create_invoice_link.CreateInvoiceLink.currency:1 of
msgid ""
"Three-letter ISO 4217 currency code, see `more on currencies "
"<https://core.telegram.org/bots/payments#supported-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 "
"<https://core.telegram.org/bots/payments/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 <https://t.me/botfather>`_"
#~ msgstr ""
#~ msgid ""
#~ "Three-letter ISO 4217 currency code, "
#~ "see `more on currencies "
#~ "<https://core.telegram.org/bots/payments#supported-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 "
#~ "<https://core.telegram.org/bots/payments/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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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_<bot_username>\"`. "
":code:`<bot_username>` 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 » <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>`_`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>`_`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_<bot_username>\"`. "
#~ ":code:`<bot_username>` 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 "
#~ "» <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>`_`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>`_`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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 "
"<https://core.telegram.org/bots/api#determining-list-of-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 "
#~ "<https://core.telegram.org/bots/api#determining-list-"
#~ "of-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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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"
" <https://core.telegram.org/bots/api#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 "
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
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 "
#~ "<https://core.telegram.org/bots/api#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 <https://core.telegram.org/bots/features"
#~ "#inline-keyboards>`_."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 "
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
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 "
#~ "<https://core.telegram.org/bots/features#inline-keyboards>`_."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 "
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
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 "
#~ "<https://core.telegram.org/bots/features#inline-keyboards>`_."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 "
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
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 <https://core.telegram.org/bots/features"
#~ "#inline-keyboards>`_."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 "
"<https://core.telegram.org/bots/api#games>`_ 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 "
"<https://core.telegram.org/bots/api#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 "
"<https://core.telegram.org/bots/features#inline-keyboards>`_."
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 <https://core.telegram.org/bots/api#games>`_ "
#~ "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 "
#~ "<https://core.telegram.org/bots/api#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 <https://core.telegram.org/bots/features"
#~ "#inline-keyboards>`_."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. 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 "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "Users will receive a notification with"
#~ " no sound."
#~ msgstr ""
#~ msgid ""
#~ "Protects the contents of the forwarded"
#~ " message from forwarding and saving"
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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<token>/<file_path>`, where "
":code:`<file_path>` 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<token>/<file_path>`, "
#~ "where :code:`<file_path>` 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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 "
"<https://en.wikipedia.org/wiki/Push_technology#Long_polling>`_). 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 "
#~ "<https://en.wikipedia.org/wiki/Push_technology#Long_polling>`_). "
#~ "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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"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 » <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://<file_attach_name>' if the thumbnail was "
"uploaded using multipart/form-data under <file_attach_name>. :ref:`More "
"information on Sending Files » <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 <https://core.telegram.org/bots/api#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 <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. 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 <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_animation.rst:14
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 » <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://<file_attach_name>' if the thumbnail"
#~ " was uploaded using multipart/form-data "
#~ "under <file_attach_name>. :ref:`More information "
#~ "on Sending Files » <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 "
#~ "<https://core.telegram.org/bots/api#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 ""
#~ "Pass :code:`True` if the animation needs"
#~ " to be covered with a spoiler "
#~ "animation"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_audio.rst:3
msgid "sendAudio"
@ -25,114 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_audio.SendAudio:1 of
msgid ""
"Use this method to send audio files, if you want Telegram clients to "
"display them in the music player. Your audio must be in the .MP3 or .M4A "
"format. On success, the sent :class:`aiogram.types.message.Message` is "
"returned. Bots can currently send audio files of up to 50 MB in size, "
"this limit may be changed in the future. For sending voice messages, use "
"the :class:`aiogram.methods.send_voice.SendVoice` method instead."
msgstr ""
#: aiogram.methods.send_audio.SendAudio:4 of
msgid "Source: https://core.telegram.org/bots/api#sendaudio"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.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_audio.SendAudio.audio:1 of
msgid ""
"Audio file to send. Pass a file_id as String to send an audio file that "
"exists on the Telegram servers (recommended), pass an HTTP URL as a "
"String for Telegram to get an audio file from the Internet, or upload a "
"new one using multipart/form-data. :ref:`More information on Sending "
"Files » <sending-files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.caption:1 of
msgid "Audio caption, 0-1024 characters after entities parsing"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.parse_mode:1 of
msgid ""
"Mode for parsing entities in the audio caption. See `formatting options "
"<https://core.telegram.org/bots/api#formatting-options>`_ for more "
"details."
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.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_audio.SendAudio.duration:1 of
msgid "Duration of the audio in seconds"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.performer:1 of
msgid "Performer"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.title:1 of
msgid "Track name"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.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://<file_attach_name>' if the thumbnail was "
"uploaded using multipart/form-data under <file_attach_name>. :ref:`More "
"information on Sending Files » <sending-files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.disable_notification:1
#: of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.protect_content:1 of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.reply_to_message_id:1
#: of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_audio.SendAudio.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_audio.SendAudio.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_audio.rst:14
msgid "Usage"
msgstr ""
@ -187,3 +79,122 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send audio "
#~ "files, if you want Telegram clients "
#~ "to display them in the music "
#~ "player. Your audio must be in the"
#~ " .MP3 or .M4A format. On success, "
#~ "the sent :class:`aiogram.types.message.Message` is"
#~ " returned. Bots can currently send "
#~ "audio files of up to 50 MB "
#~ "in size, this limit may be changed"
#~ " in the future. For sending voice "
#~ "messages, use the "
#~ ":class:`aiogram.methods.send_voice.SendVoice` method "
#~ "instead."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendaudio"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid ""
#~ "Audio file to send. Pass a file_id"
#~ " as String to send an audio "
#~ "file that exists on the Telegram "
#~ "servers (recommended), pass an HTTP URL"
#~ " as a String for Telegram to "
#~ "get an audio file from the "
#~ "Internet, or upload a new one "
#~ "using multipart/form-data. :ref:`More "
#~ "information on Sending Files » "
#~ "<sending-files>`"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid "Audio caption, 0-1024 characters after entities parsing"
#~ msgstr ""
#~ msgid ""
#~ "Mode for parsing entities in the "
#~ "audio caption. See `formatting options "
#~ "<https://core.telegram.org/bots/api#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 "Duration of the audio in seconds"
#~ msgstr ""
#~ msgid "Performer"
#~ msgstr ""
#~ msgid "Track name"
#~ 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://<file_attach_name>' if the thumbnail"
#~ " was uploaded using multipart/form-data "
#~ "under <file_attach_name>. :ref:`More information "
#~ "on Sending Files » <sending-files>`"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_chat_action.rst:3
msgid "sendChatAction"
@ -25,62 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.send_chat_action.SendChatAction:1 of
msgid ""
"Use this method when you need to tell the user that something is "
"happening on the bot's side. The status is set for 5 seconds or less "
"(when a message arrives from your bot, Telegram clients clear its typing "
"status). Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.send_chat_action.SendChatAction:3 of
msgid ""
"Example: The `ImageBot <https://t.me/imagebot>`_ needs some time to "
"process a request and upload the image. Instead of sending a text message"
" along the lines of 'Retrieving image, please wait…', the bot may use "
":class:`aiogram.methods.send_chat_action.SendChatAction` with *action* = "
"*upload_photo*. The user will see a 'sending photo' status for the bot."
msgstr ""
#: aiogram.methods.send_chat_action.SendChatAction:5 of
msgid ""
"We only recommend using this method when a response from the bot will "
"take a **noticeable** amount of time to arrive."
msgstr ""
#: aiogram.methods.send_chat_action.SendChatAction:7 of
msgid "Source: https://core.telegram.org/bots/api#sendchataction"
msgstr ""
#: ../../docstring aiogram.methods.send_chat_action.SendChatAction.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_chat_action.SendChatAction.action:1 of
msgid ""
"Type of action to broadcast. Choose one, depending on what the user is "
"about to receive: *typing* for `text messages "
"<https://core.telegram.org/bots/api#sendmessage>`_, *upload_photo* for "
"`photos <https://core.telegram.org/bots/api#sendphoto>`_, *record_video* "
"or *upload_video* for `videos "
"<https://core.telegram.org/bots/api#sendvideo>`_, *record_voice* or "
"*upload_voice* for `voice notes "
"<https://core.telegram.org/bots/api#sendvoice>`_, *upload_document* for "
"`general files <https://core.telegram.org/bots/api#senddocument>`_, "
"*choose_sticker* for `stickers "
"<https://core.telegram.org/bots/api#sendsticker>`_, *find_location* for "
"`location data <https://core.telegram.org/bots/api#sendlocation>`_, "
"*record_video_note* or *upload_video_note* for `video notes "
"<https://core.telegram.org/bots/api#sendvideonote>`_."
msgstr ""
#: ../../docstring
#: aiogram.methods.send_chat_action.SendChatAction.message_thread_id:1 of
msgid "Unique identifier for the target message thread; supergroups only"
msgstr ""
#: ../../api/methods/send_chat_action.rst:14
msgid "Usage"
msgstr ""
@ -120,3 +64,69 @@ msgstr ""
#: ../../api/methods/send_chat_action.rst:50
msgid ":meth:`aiogram.types.chat.Chat.do`"
msgstr ""
#~ msgid ""
#~ "Use this method when you need to"
#~ " tell the user that something is "
#~ "happening on the bot's side. The "
#~ "status is set for 5 seconds or "
#~ "less (when a message arrives from "
#~ "your bot, Telegram clients clear its "
#~ "typing status). Returns :code:`True` on "
#~ "success."
#~ msgstr ""
#~ msgid ""
#~ "Example: The `ImageBot <https://t.me/imagebot>`_ "
#~ "needs some time to process a "
#~ "request and upload the image. Instead"
#~ " of sending a text message along "
#~ "the lines of 'Retrieving image, please"
#~ " wait…', the bot may use "
#~ ":class:`aiogram.methods.send_chat_action.SendChatAction` with"
#~ " *action* = *upload_photo*. The user "
#~ "will see a 'sending photo' status "
#~ "for the bot."
#~ msgstr ""
#~ msgid ""
#~ "We only recommend using this method "
#~ "when a response from the bot will"
#~ " take a **noticeable** amount of time"
#~ " to arrive."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendchataction"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid ""
#~ "Type of action to broadcast. Choose "
#~ "one, depending on what the user is"
#~ " about to receive: *typing* for `text"
#~ " messages <https://core.telegram.org/bots/api#sendmessage>`_,"
#~ " *upload_photo* for `photos "
#~ "<https://core.telegram.org/bots/api#sendphoto>`_, *record_video*"
#~ " or *upload_video* for `videos "
#~ "<https://core.telegram.org/bots/api#sendvideo>`_, *record_voice*"
#~ " or *upload_voice* for `voice notes "
#~ "<https://core.telegram.org/bots/api#sendvoice>`_, "
#~ "*upload_document* for `general files "
#~ "<https://core.telegram.org/bots/api#senddocument>`_, "
#~ "*choose_sticker* for `stickers "
#~ "<https://core.telegram.org/bots/api#sendsticker>`_, "
#~ "*find_location* for `location data "
#~ "<https://core.telegram.org/bots/api#sendlocation>`_, "
#~ "*record_video_note* or *upload_video_note* for "
#~ "`video notes "
#~ "<https://core.telegram.org/bots/api#sendvideonote>`_."
#~ msgstr ""
#~ msgid "Unique identifier for the target message thread; supergroups only"
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_contact.rst:3
msgid "sendContact"
@ -25,80 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_contact.SendContact:1 of
msgid ""
"Use this method to send phone contacts. On success, the sent "
":class:`aiogram.types.message.Message` is returned."
msgstr ""
#: aiogram.methods.send_contact.SendContact:3 of
msgid "Source: https://core.telegram.org/bots/api#sendcontact"
msgstr ""
#: ../../docstring aiogram.methods.send_contact.SendContact.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_contact.SendContact.phone_number:1 of
msgid "Contact's phone number"
msgstr ""
#: ../../docstring aiogram.methods.send_contact.SendContact.first_name:1 of
msgid "Contact's first name"
msgstr ""
#: ../../docstring aiogram.methods.send_contact.SendContact.message_thread_id:1
#: of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_contact.SendContact.last_name:1 of
msgid "Contact's last name"
msgstr ""
#: ../../docstring aiogram.methods.send_contact.SendContact.vcard:1 of
msgid ""
"Additional data about the contact in the form of a `vCard "
"<https://en.wikipedia.org/wiki/VCard>`_, 0-2048 bytes"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_contact.SendContact.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_contact.SendContact.protect_content:1
#: of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_contact.SendContact.reply_to_message_id:1 of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_contact.SendContact.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_contact.SendContact.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_contact.rst:14
msgid "Usage"
msgstr ""
@ -153,3 +79,70 @@ msgstr ""
#~ "to remove keyboard or to force a"
#~ " reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send phone "
#~ "contacts. On success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendcontact"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid "Contact's phone number"
#~ msgstr ""
#~ msgid "Contact's first name"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid "Contact's last name"
#~ msgstr ""
#~ msgid ""
#~ "Additional data about the contact in "
#~ "the form of a `vCard "
#~ "<https://en.wikipedia.org/wiki/VCard>`_, 0-2048 bytes"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_dice.rst:3
msgid "sendDice"
@ -25,67 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_dice.SendDice:1 of
msgid ""
"Use this method to send an animated emoji that will display a random "
"value. On success, the sent :class:`aiogram.types.message.Message` is "
"returned."
msgstr ""
#: aiogram.methods.send_dice.SendDice:3 of
msgid "Source: https://core.telegram.org/bots/api#senddice"
msgstr ""
#: ../../docstring aiogram.methods.send_dice.SendDice.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_dice.SendDice.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_dice.SendDice.emoji:1 of
msgid ""
"Emoji on which the dice throw animation is based. Currently, must be one "
"of '🎲', '🎯', '🏀', '⚽', '🎳', or '🎰'. Dice can have values 1-6 for '🎲', '🎯'"
" and '🎳', values 1-5 for '🏀' and '⚽', and values 1-64 for '🎰'. Defaults "
"to '🎲'"
msgstr ""
#: ../../docstring aiogram.methods.send_dice.SendDice.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_dice.SendDice.protect_content:1 of
msgid "Protects the contents of the sent message from forwarding"
msgstr ""
#: ../../docstring aiogram.methods.send_dice.SendDice.reply_to_message_id:1 of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_dice.SendDice.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_dice.SendDice.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_dice.rst:14
msgid "Usage"
msgstr ""
@ -140,3 +79,67 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send an "
#~ "animated emoji that will display a "
#~ "random value. On success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#senddice"
#~ 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 target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid ""
#~ "Emoji on which the dice throw "
#~ "animation is based. Currently, must be"
#~ " one of '🎲', '🎯', '🏀', '⚽', "
#~ "'🎳', or '🎰'. Dice can have values"
#~ " 1-6 for '🎲', '🎯' and '🎳', "
#~ "values 1-5 for '🏀' and '⚽', and"
#~ " values 1-64 for '🎰'. Defaults to "
#~ "'🎲'"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "Users will receive a notification with"
#~ " no sound."
#~ msgstr ""
#~ msgid "Protects the contents of the sent message from forwarding"
#~ 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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_document.rst:3
msgid "sendDocument"
@ -25,112 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_document.SendDocument:1 of
msgid ""
"Use this method to send general files. On success, the sent "
":class:`aiogram.types.message.Message` is returned. Bots can currently "
"send files of any type of up to 50 MB in size, this limit may be changed "
"in the future."
msgstr ""
#: aiogram.methods.send_document.SendDocument:3 of
msgid "Source: https://core.telegram.org/bots/api#senddocument"
msgstr ""
#: ../../docstring aiogram.methods.send_document.SendDocument.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_document.SendDocument.document:1 of
msgid ""
"File to send. Pass a file_id as String to send a file that exists on the "
"Telegram servers (recommended), 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 » <sending-files>`"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_document.SendDocument.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_document.SendDocument.thumb:1 of
msgid ""
"Thumbnail of the file sent; can be ignored if thumbnail generation for "
"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://<file_attach_name>' if the thumbnail was "
"uploaded using multipart/form-data under <file_attach_name>. :ref:`More "
"information on Sending Files » <sending-files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_document.SendDocument.caption:1 of
msgid ""
"Document caption (may also be used when resending documents by "
"*file_id*), 0-1024 characters after entities parsing"
msgstr ""
#: ../../docstring aiogram.methods.send_document.SendDocument.parse_mode:1 of
msgid ""
"Mode for parsing entities in the document caption. See `formatting "
"options <https://core.telegram.org/bots/api#formatting-options>`_ for "
"more details."
msgstr ""
#: ../../docstring
#: aiogram.methods.send_document.SendDocument.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_document.SendDocument.disable_content_type_detection:1
#: of
msgid ""
"Disables automatic server-side content type detection for files uploaded "
"using multipart/form-data"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_document.SendDocument.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_document.SendDocument.protect_content:1
#: of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_document.SendDocument.reply_to_message_id:1 of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_document.SendDocument.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_document.SendDocument.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_document.rst:14
msgid "Usage"
msgstr ""
@ -185,3 +79,115 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send general "
#~ "files. On success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned. "
#~ "Bots can currently send files of "
#~ "any type of up to 50 MB in"
#~ " size, this limit may be changed "
#~ "in the future."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#senddocument"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid ""
#~ "File to send. Pass a file_id as"
#~ " String to send a file that "
#~ "exists on the Telegram servers "
#~ "(recommended), 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 "
#~ "» <sending-files>`"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ 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://<file_attach_name>' if the thumbnail"
#~ " was uploaded using multipart/form-data "
#~ "under <file_attach_name>. :ref:`More information "
#~ "on Sending Files » <sending-files>`"
#~ msgstr ""
#~ msgid ""
#~ "Document caption (may also be used "
#~ "when resending documents by *file_id*), "
#~ "0-1024 characters after entities parsing"
#~ msgstr ""
#~ msgid ""
#~ "Mode for parsing entities in the "
#~ "document caption. See `formatting options "
#~ "<https://core.telegram.org/bots/api#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 ""
#~ "Disables automatic server-side content "
#~ "type detection for files uploaded using"
#~ " multipart/form-data"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_game.rst:3
msgid "sendGame"
@ -25,61 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_game.SendGame:1 of
msgid ""
"Use this method to send a game. On success, the sent "
":class:`aiogram.types.message.Message` is returned."
msgstr ""
#: aiogram.methods.send_game.SendGame:3 of
msgid "Source: https://core.telegram.org/bots/api#sendgame"
msgstr ""
#: ../../docstring aiogram.methods.send_game.SendGame.chat_id:1 of
msgid "Unique identifier for the target chat"
msgstr ""
#: ../../docstring aiogram.methods.send_game.SendGame.game_short_name:1 of
msgid ""
"Short name of the game, serves as the unique identifier for the game. Set"
" up your games via `@BotFather <https://t.me/botfather>`_."
msgstr ""
#: ../../docstring aiogram.methods.send_game.SendGame.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_game.SendGame.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_game.SendGame.protect_content:1 of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring aiogram.methods.send_game.SendGame.reply_to_message_id:1 of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_game.SendGame.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_game.SendGame.reply_markup:1 of
msgid ""
"A JSON-serialized object for an `inline keyboard "
"<https://core.telegram.org/bots/features#inline-keyboards>`_. If empty, "
"one 'Play game_title' button will be shown. If not empty, the first "
"button must launch the game."
msgstr ""
#: ../../api/methods/send_game.rst:14
msgid "Usage"
msgstr ""
@ -133,3 +78,57 @@ msgstr ""
#~ "not empty, the first button must "
#~ "launch the game."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send a game."
#~ " On success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendgame"
#~ msgstr ""
#~ msgid "Unique identifier for the target chat"
#~ msgstr ""
#~ msgid ""
#~ "Short name of the game, serves as"
#~ " the unique identifier for the game."
#~ " Set up your games via `@BotFather"
#~ " <https://t.me/botfather>`_."
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 ""
#~ "A JSON-serialized object for an "
#~ "`inline keyboard <https://core.telegram.org/bots/features"
#~ "#inline-keyboards>`_. If empty, one 'Play"
#~ " game_title' button will be shown. If"
#~ " not empty, the first button must "
#~ "launch the game."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_invoice.rst:3
msgid "sendInvoice"
@ -25,191 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_invoice.SendInvoice:1 of
msgid ""
"Use this method to send invoices. On success, the sent "
":class:`aiogram.types.message.Message` is returned."
msgstr ""
#: aiogram.methods.send_invoice.SendInvoice:3 of
msgid "Source: https://core.telegram.org/bots/api#sendinvoice"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.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_invoice.SendInvoice.title:1 of
msgid "Product name, 1-32 characters"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.description:1 of
msgid "Product description, 1-255 characters"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.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.send_invoice.SendInvoice.provider_token:1 of
msgid ""
"Payment provider token, obtained via `@BotFather "
"<https://t.me/botfather>`_"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.currency:1 of
msgid ""
"Three-letter ISO 4217 currency code, see `more on currencies "
"<https://core.telegram.org/bots/payments#supported-currencies>`_"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.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.send_invoice.SendInvoice.message_thread_id:1
#: of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.max_tip_amount:1 of
msgid ""
"The maximum accepted amount for tips in the *smallest units* of the "
"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 "
"<https://core.telegram.org/bots/payments/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.send_invoice.SendInvoice.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.send_invoice.SendInvoice.start_parameter:1
#: of
msgid ""
"Unique deep-linking parameter. If left empty, **forwarded copies** of the"
" sent message will have a *Pay* button, allowing multiple users to pay "
"directly from the forwarded message, using the same invoice. If non-"
"empty, forwarded copies of the sent message will have a *URL* button with"
" a deep link to the bot (instead of a *Pay* button), with the value used "
"as the start parameter"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.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.send_invoice.SendInvoice.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. People like it better when they see what"
" they are paying for."
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_size:1 of
msgid "Photo size in bytes"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_width:1 of
msgid "Photo width"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_height:1 of
msgid "Photo height"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.need_name:1 of
msgid ""
"Pass :code:`True` if you require the user's full name to complete the "
"order"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.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.send_invoice.SendInvoice.need_email:1 of
msgid ""
"Pass :code:`True` if you require the user's email address to complete the"
" order"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_invoice.SendInvoice.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.send_invoice.SendInvoice.send_phone_number_to_provider:1 of
msgid "Pass :code:`True` if the user's phone number should be sent to provider"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_invoice.SendInvoice.send_email_to_provider:1 of
msgid "Pass :code:`True` if the user's email address should be sent to provider"
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.is_flexible:1 of
msgid "Pass :code:`True` if the final price depends on the shipping method"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_invoice.SendInvoice.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_invoice.SendInvoice.protect_content:1
#: of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_invoice.SendInvoice.reply_to_message_id:1 of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_invoice.SendInvoice.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_invoice.SendInvoice.reply_markup:1 of
msgid ""
"A JSON-serialized object for an `inline keyboard "
"<https://core.telegram.org/bots/features#inline-keyboards>`_. If empty, "
"one 'Pay :code:`total price`' button will be shown. If not empty, the "
"first button must be a Pay button."
msgstr ""
#: ../../api/methods/send_invoice.rst:14
msgid "Usage"
msgstr ""
@ -263,3 +78,186 @@ msgstr ""
#~ "shown. If not empty, the first "
#~ "button must be a Pay button."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send invoices. "
#~ "On success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendinvoice"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ 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 <https://t.me/botfather>`_"
#~ msgstr ""
#~ msgid ""
#~ "Three-letter ISO 4217 currency code, "
#~ "see `more on currencies "
#~ "<https://core.telegram.org/bots/payments#supported-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 ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ 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 "
#~ "<https://core.telegram.org/bots/payments/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 ""
#~ "Unique deep-linking parameter. If left"
#~ " empty, **forwarded copies** of the "
#~ "sent message will have a *Pay* "
#~ "button, allowing multiple users to pay"
#~ " directly from the forwarded message, "
#~ "using the same invoice. If non-"
#~ "empty, forwarded copies of the sent "
#~ "message will have a *URL* button "
#~ "with a deep link to the bot "
#~ "(instead of a *Pay* button), with "
#~ "the value used as the start "
#~ "parameter"
#~ 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. People like it better "
#~ "when they see what they are paying"
#~ " for."
#~ 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 provider"
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if the user's email"
#~ " address should be sent to provider"
#~ msgstr ""
#~ msgid "Pass :code:`True` if the final price depends on the shipping method"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 ""
#~ "A JSON-serialized object for an "
#~ "`inline keyboard <https://core.telegram.org/bots/features"
#~ "#inline-keyboards>`_. If empty, one 'Pay"
#~ " :code:`total price`' button will be "
#~ "shown. If not empty, the first "
#~ "button must be a Pay button."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_location.rst:3
msgid "sendLocation"
@ -25,96 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_location.SendLocation:1 of
msgid ""
"Use this method to send point on the map. On success, the sent "
":class:`aiogram.types.message.Message` is returned."
msgstr ""
#: aiogram.methods.send_location.SendLocation:3 of
msgid "Source: https://core.telegram.org/bots/api#sendlocation"
msgstr ""
#: ../../docstring aiogram.methods.send_location.SendLocation.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_location.SendLocation.latitude:1 of
msgid "Latitude of the location"
msgstr ""
#: ../../docstring aiogram.methods.send_location.SendLocation.longitude:1 of
msgid "Longitude of the location"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_location.SendLocation.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_location.SendLocation.horizontal_accuracy:1 of
msgid "The radius of uncertainty for the location, measured in meters; 0-1500"
msgstr ""
#: ../../docstring aiogram.methods.send_location.SendLocation.live_period:1 of
msgid ""
"Period in seconds for which the location will be updated (see `Live "
"Locations <https://telegram.org/blog/live-locations>`_, should be between"
" 60 and 86400."
msgstr ""
#: ../../docstring aiogram.methods.send_location.SendLocation.heading:1 of
msgid ""
"For live locations, a direction in which the user is moving, in degrees. "
"Must be between 1 and 360 if specified."
msgstr ""
#: ../../docstring
#: aiogram.methods.send_location.SendLocation.proximity_alert_radius:1 of
msgid ""
"For live locations, a maximum distance for proximity alerts about "
"approaching another chat member, in meters. Must be between 1 and 100000 "
"if specified."
msgstr ""
#: ../../docstring
#: aiogram.methods.send_location.SendLocation.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_location.SendLocation.protect_content:1
#: of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_location.SendLocation.reply_to_message_id:1 of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_location.SendLocation.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_location.SendLocation.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_location.rst:14
msgid "Usage"
msgstr ""
@ -169,3 +79,86 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send point on"
#~ " the map. On success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendlocation"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid "Latitude of the location"
#~ msgstr ""
#~ msgid "Longitude of the location"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid "The radius of uncertainty for the location, measured in meters; 0-1500"
#~ msgstr ""
#~ msgid ""
#~ "Period in seconds for which the "
#~ "location will be updated (see `Live "
#~ "Locations <https://telegram.org/blog/live-locations>`_,"
#~ " should be between 60 and 86400."
#~ msgstr ""
#~ msgid ""
#~ "For live locations, a direction in "
#~ "which the user is moving, in "
#~ "degrees. Must be between 1 and 360"
#~ " if specified."
#~ msgstr ""
#~ msgid ""
#~ "For live locations, a maximum distance"
#~ " for proximity alerts about approaching "
#~ "another chat member, in meters. Must "
#~ "be between 1 and 100000 if "
#~ "specified."
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_media_group.rst:3
msgid "sendMediaGroup"
@ -25,63 +25,6 @@ msgstr ""
msgid "Returns: :obj:`List[Message]`"
msgstr ""
#: aiogram.methods.send_media_group.SendMediaGroup:1 of
msgid ""
"Use this method to send a group of photos, videos, documents or audios as"
" an album. Documents and audio files can be only grouped in an album with"
" messages of the same type. On success, an array of `Messages "
"<https://core.telegram.org/bots/api#message>`_ that were sent is "
"returned."
msgstr ""
#: aiogram.methods.send_media_group.SendMediaGroup:3 of
msgid "Source: https://core.telegram.org/bots/api#sendmediagroup"
msgstr ""
#: ../../docstring aiogram.methods.send_media_group.SendMediaGroup.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_media_group.SendMediaGroup.media:1 of
msgid ""
"A JSON-serialized array describing messages to be sent, must include 2-10"
" items"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_media_group.SendMediaGroup.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_media_group.SendMediaGroup.disable_notification:1 of
msgid ""
"Sends messages `silently <https://telegram.org/blog/channels-2-0#silent-"
"messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring
#: aiogram.methods.send_media_group.SendMediaGroup.protect_content:1 of
msgid "Protects the contents of the sent messages from forwarding and saving"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_media_group.SendMediaGroup.reply_to_message_id:1 of
msgid "If the messages are a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_media_group.SendMediaGroup.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 ""
#: ../../api/methods/send_media_group.rst:14
msgid "Usage"
msgstr ""
@ -125,3 +68,55 @@ msgstr ""
#: ../../api/methods/send_media_group.rst:51
msgid ":meth:`aiogram.types.message.Message.reply_media_group`"
msgstr ""
#~ msgid ""
#~ "Use this method to send a group"
#~ " of photos, videos, documents or "
#~ "audios as an album. Documents and "
#~ "audio files can be only grouped in"
#~ " an album with messages of the "
#~ "same type. On success, an array of"
#~ " `Messages <https://core.telegram.org/bots/api#message>`_ "
#~ "that were sent is returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendmediagroup"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid ""
#~ "A JSON-serialized array describing "
#~ "messages to be sent, must include "
#~ "2-10 items"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid ""
#~ "Sends messages `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "Users will receive a notification with"
#~ " no sound."
#~ msgstr ""
#~ msgid "Protects the contents of the sent messages from forwarding and saving"
#~ msgstr ""
#~ msgid "If the messages are 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 ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_message.rst:3
msgid "sendMessage"
@ -25,84 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_message.SendMessage:1 of
msgid ""
"Use this method to send text messages. On success, the sent "
":class:`aiogram.types.message.Message` is returned."
msgstr ""
#: aiogram.methods.send_message.SendMessage:3 of
msgid "Source: https://core.telegram.org/bots/api#sendmessage"
msgstr ""
#: ../../docstring aiogram.methods.send_message.SendMessage.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_message.SendMessage.text:1 of
msgid "Text of the message to be sent, 1-4096 characters after entities parsing"
msgstr ""
#: ../../docstring aiogram.methods.send_message.SendMessage.message_thread_id:1
#: of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_message.SendMessage.parse_mode:1 of
msgid ""
"Mode for parsing entities in the message text. See `formatting options "
"<https://core.telegram.org/bots/api#formatting-options>`_ for more "
"details."
msgstr ""
#: ../../docstring aiogram.methods.send_message.SendMessage.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.send_message.SendMessage.disable_web_page_preview:1 of
msgid "Disables link previews for links in this message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_message.SendMessage.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_message.SendMessage.protect_content:1
#: of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_message.SendMessage.reply_to_message_id:1 of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_message.SendMessage.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_message.SendMessage.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_message.rst:14
msgid "Usage"
msgstr ""
@ -157,3 +79,77 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send text "
#~ "messages. On success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendmessage"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid ""
#~ "Text of the message to be sent,"
#~ " 1-4096 characters after entities parsing"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid ""
#~ "Mode for parsing entities in the "
#~ "message text. See `formatting options "
#~ "<https://core.telegram.org/bots/api#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 ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_photo.rst:3
msgid "sendPhoto"
@ -25,96 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_photo.SendPhoto:1 of
msgid ""
"Use this method to send photos. On success, the sent "
":class:`aiogram.types.message.Message` is returned."
msgstr ""
#: aiogram.methods.send_photo.SendPhoto:3 of
msgid "Source: https://core.telegram.org/bots/api#sendphoto"
msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.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_photo.SendPhoto.photo:1 of
msgid ""
"Photo to send. Pass a file_id as String to send a photo that exists on "
"the Telegram servers (recommended), pass an HTTP URL as a String for "
"Telegram to get a photo from the Internet, or upload a new photo using "
"multipart/form-data. The photo must be at most 10 MB in size. The photo's"
" width and height must not exceed 10000 in total. Width and height ratio "
"must be at most 20. :ref:`More information on Sending Files » <sending-"
"files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.caption:1 of
msgid ""
"Photo caption (may also be used when resending photos by *file_id*), "
"0-1024 characters after entities parsing"
msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.parse_mode:1 of
msgid ""
"Mode for parsing entities in the photo caption. See `formatting options "
"<https://core.telegram.org/bots/api#formatting-options>`_ for more "
"details."
msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.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_photo.SendPhoto.has_spoiler:1 of
msgid ""
"Pass :code:`True` if the photo needs to be covered with a spoiler "
"animation"
msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.disable_notification:1
#: of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.protect_content:1 of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring aiogram.methods.send_photo.SendPhoto.reply_to_message_id:1
#: of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_photo.SendPhoto.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_photo.SendPhoto.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_photo.rst:14
msgid "Usage"
msgstr ""
@ -169,3 +79,98 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send photos. On"
#~ " success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendphoto"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid ""
#~ "Photo to send. Pass a file_id as"
#~ " String to send a photo that "
#~ "exists on the Telegram servers "
#~ "(recommended), pass an HTTP URL as "
#~ "a String for Telegram to get a "
#~ "photo from the Internet, or upload "
#~ "a new photo using multipart/form-data."
#~ " The photo must be at most 10"
#~ " MB in size. The photo's width "
#~ "and height must not exceed 10000 "
#~ "in total. Width and height ratio "
#~ "must be at most 20. :ref:`More "
#~ "information on Sending Files » "
#~ "<sending-files>`"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid ""
#~ "Photo caption (may also be used "
#~ "when resending photos by *file_id*), "
#~ "0-1024 characters after entities parsing"
#~ msgstr ""
#~ msgid ""
#~ "Mode for parsing entities in the "
#~ "photo caption. See `formatting options "
#~ "<https://core.telegram.org/bots/api#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 ""
#~ "Pass :code:`True` if the photo needs "
#~ "to be covered with a spoiler "
#~ "animation"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_poll.rst:3
msgid "sendPoll"
@ -25,129 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_poll.SendPoll:1 of
msgid ""
"Use this method to send a native poll. On success, the sent "
":class:`aiogram.types.message.Message` is returned."
msgstr ""
#: aiogram.methods.send_poll.SendPoll:3 of
msgid "Source: https://core.telegram.org/bots/api#sendpoll"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.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_poll.SendPoll.question:1 of
msgid "Poll question, 1-300 characters"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.options:1 of
msgid ""
"A JSON-serialized list of answer options, 2-10 strings 1-100 characters "
"each"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.is_anonymous:1 of
msgid ":code:`True`, if the poll needs to be anonymous, defaults to :code:`True`"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.type:1 of
msgid "Poll type, 'quiz' or 'regular', defaults to 'regular'"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.allows_multiple_answers:1
#: of
msgid ""
":code:`True`, if the poll allows multiple answers, ignored for polls in "
"quiz mode, defaults to :code:`False`"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.correct_option_id:1 of
msgid ""
"0-based identifier of the correct answer option, required for polls in "
"quiz mode"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.explanation:1 of
msgid ""
"Text that is shown when a user chooses an incorrect answer or taps on the"
" lamp icon in a quiz-style poll, 0-200 characters with at most 2 line "
"feeds after entities parsing"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.explanation_parse_mode:1
#: of
msgid ""
"Mode for parsing entities in the explanation. See `formatting options "
"<https://core.telegram.org/bots/api#formatting-options>`_ for more "
"details."
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.explanation_entities:1 of
msgid ""
"A JSON-serialized list of special entities that appear in the poll "
"explanation, which can be specified instead of *parse_mode*"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.open_period:1 of
msgid ""
"Amount of time in seconds the poll will be active after creation, 5-600. "
"Can't be used together with *close_date*."
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.close_date:1 of
msgid ""
"Point in time (Unix timestamp) when the poll will be automatically "
"closed. Must be at least 5 and no more than 600 seconds in the future. "
"Can't be used together with *open_period*."
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.is_closed:1 of
msgid ""
"Pass :code:`True` if the poll needs to be immediately closed. This can be"
" useful for poll preview."
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.protect_content:1 of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring aiogram.methods.send_poll.SendPoll.reply_to_message_id:1 of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_poll.SendPoll.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_poll.SendPoll.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_poll.rst:14
msgid "Usage"
msgstr ""
@ -202,3 +79,129 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send a native"
#~ " poll. On success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendpoll"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid "Poll question, 1-300 characters"
#~ msgstr ""
#~ msgid ""
#~ "A JSON-serialized list of answer "
#~ "options, 2-10 strings 1-100 characters "
#~ "each"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid ""
#~ ":code:`True`, if the poll needs to "
#~ "be anonymous, defaults to :code:`True`"
#~ msgstr ""
#~ msgid "Poll type, 'quiz' or 'regular', defaults to 'regular'"
#~ msgstr ""
#~ msgid ""
#~ ":code:`True`, if the poll allows "
#~ "multiple answers, ignored for polls in"
#~ " quiz mode, defaults to :code:`False`"
#~ msgstr ""
#~ msgid ""
#~ "0-based identifier of the correct answer"
#~ " option, required for polls in quiz"
#~ " mode"
#~ msgstr ""
#~ msgid ""
#~ "Text that is shown when a user "
#~ "chooses an incorrect answer or taps "
#~ "on the lamp icon in a quiz-"
#~ "style poll, 0-200 characters with at "
#~ "most 2 line feeds after entities "
#~ "parsing"
#~ msgstr ""
#~ msgid ""
#~ "Mode for parsing entities in the "
#~ "explanation. See `formatting options "
#~ "<https://core.telegram.org/bots/api#formatting-options>`_ "
#~ "for more details."
#~ msgstr ""
#~ msgid ""
#~ "A JSON-serialized list of special "
#~ "entities that appear in the poll "
#~ "explanation, which can be specified "
#~ "instead of *parse_mode*"
#~ msgstr ""
#~ msgid ""
#~ "Amount of time in seconds the poll"
#~ " will be active after creation, "
#~ "5-600. Can't be used together with "
#~ "*close_date*."
#~ msgstr ""
#~ msgid ""
#~ "Point in time (Unix timestamp) when "
#~ "the poll will be automatically closed."
#~ " Must be at least 5 and no "
#~ "more than 600 seconds in the "
#~ "future. Can't be used together with "
#~ "*open_period*."
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if the poll needs "
#~ "to be immediately closed. This can "
#~ "be useful for poll preview."
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_sticker.rst:3
msgid "sendSticker"
@ -25,74 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_sticker.SendSticker:1 of
msgid ""
"Use this method to send static .WEBP, `animated "
"<https://telegram.org/blog/animated-stickers>`_ .TGS, or `video "
"<https://telegram.org/blog/video-stickers-better-reactions>`_ .WEBM "
"stickers. On success, the sent :class:`aiogram.types.message.Message` is "
"returned."
msgstr ""
#: aiogram.methods.send_sticker.SendSticker:3 of
msgid "Source: https://core.telegram.org/bots/api#sendsticker"
msgstr ""
#: ../../docstring aiogram.methods.send_sticker.SendSticker.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_sticker.SendSticker.sticker:1 of
msgid ""
"Sticker to send. Pass a file_id as String to send a file that exists on "
"the Telegram servers (recommended), pass an HTTP URL as a String for "
"Telegram to get a .WEBP file from the Internet, or upload a new one using"
" multipart/form-data. :ref:`More information on Sending Files » <sending-"
"files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_sticker.SendSticker.message_thread_id:1
#: of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_sticker.SendSticker.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_sticker.SendSticker.protect_content:1
#: of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_sticker.SendSticker.reply_to_message_id:1 of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_sticker.SendSticker.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_sticker.SendSticker.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_sticker.rst:14
msgid "Usage"
msgstr ""
@ -147,3 +79,71 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send static "
#~ ".WEBP, `animated <https://telegram.org/blog/animated-"
#~ "stickers>`_ .TGS, or `video "
#~ "<https://telegram.org/blog/video-stickers-better-"
#~ "reactions>`_ .WEBM stickers. On success, "
#~ "the sent :class:`aiogram.types.message.Message` is"
#~ " returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendsticker"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid ""
#~ "Sticker to send. Pass a file_id as"
#~ " String to send a file that "
#~ "exists on the Telegram servers "
#~ "(recommended), pass an HTTP URL as "
#~ "a String for Telegram to get a "
#~ ".WEBP file from the Internet, or "
#~ "upload a new one using multipart"
#~ "/form-data. :ref:`More information on "
#~ "Sending Files » <sending-files>`"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_venue.rst:3
msgid "sendVenue"
@ -25,97 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_venue.SendVenue:1 of
msgid ""
"Use this method to send information about a venue. On success, the sent "
":class:`aiogram.types.message.Message` is returned."
msgstr ""
#: aiogram.methods.send_venue.SendVenue:3 of
msgid "Source: https://core.telegram.org/bots/api#sendvenue"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.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_venue.SendVenue.latitude:1 of
msgid "Latitude of the venue"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.longitude:1 of
msgid "Longitude of the venue"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.title:1 of
msgid "Name of the venue"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.address:1 of
msgid "Address of the venue"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.foursquare_id:1 of
msgid "Foursquare identifier of the venue"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.foursquare_type:1 of
msgid ""
"Foursquare type of the venue, if known. (For example, "
"'arts_entertainment/default', 'arts_entertainment/aquarium' or "
"'food/icecream'.)"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.google_place_id:1 of
msgid "Google Places identifier of the venue"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.google_place_type:1 of
msgid ""
"Google Places type of the venue. (See `supported types "
"<https://developers.google.com/places/web-service/supported_types>`_.)"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.disable_notification:1
#: of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.protect_content:1 of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring aiogram.methods.send_venue.SendVenue.reply_to_message_id:1
#: of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_venue.SendVenue.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_venue.SendVenue.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_venue.rst:14
msgid "Usage"
msgstr ""
@ -170,3 +79,87 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send information "
#~ "about a venue. On success, the "
#~ "sent :class:`aiogram.types.message.Message` is "
#~ "returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendvenue"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid "Latitude of the venue"
#~ msgstr ""
#~ msgid "Longitude of the venue"
#~ msgstr ""
#~ msgid "Name of the venue"
#~ msgstr ""
#~ msgid "Address of the venue"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid "Foursquare identifier of the venue"
#~ msgstr ""
#~ msgid ""
#~ "Foursquare type of the venue, if "
#~ "known. (For example, 'arts_entertainment/default',"
#~ " 'arts_entertainment/aquarium' or 'food/icecream'.)"
#~ msgstr ""
#~ msgid "Google Places identifier of the venue"
#~ msgstr ""
#~ msgid ""
#~ "Google Places type of the venue. "
#~ "(See `supported types "
#~ "<https://developers.google.com/places/web-"
#~ "service/supported_types>`_.)"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_video.rst:3
msgid "sendVideo"
@ -25,126 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_video.SendVideo:1 of
msgid ""
"Use this method to send video files, Telegram clients support MPEG4 "
"videos (other formats may be sent as "
":class:`aiogram.types.document.Document`). On success, the sent "
":class:`aiogram.types.message.Message` is returned. Bots can currently "
"send video files of up to 50 MB in size, this limit may be changed in the"
" future."
msgstr ""
#: aiogram.methods.send_video.SendVideo:3 of
msgid "Source: https://core.telegram.org/bots/api#sendvideo"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.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_video.SendVideo.video:1 of
msgid ""
"Video to send. Pass a file_id as String to send a video that exists on "
"the Telegram servers (recommended), pass an HTTP URL as a String for "
"Telegram to get a video from the Internet, or upload a new video using "
"multipart/form-data. :ref:`More information on Sending Files » <sending-"
"files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.duration:1 of
msgid "Duration of sent video in seconds"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.width:1 of
msgid "Video width"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.height:1 of
msgid "Video height"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.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://<file_attach_name>' if the thumbnail was "
"uploaded using multipart/form-data under <file_attach_name>. :ref:`More "
"information on Sending Files » <sending-files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.caption:1 of
msgid ""
"Video caption (may also be used when resending videos by *file_id*), "
"0-1024 characters after entities parsing"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.parse_mode:1 of
msgid ""
"Mode for parsing entities in the video caption. See `formatting options "
"<https://core.telegram.org/bots/api#formatting-options>`_ for more "
"details."
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.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_video.SendVideo.has_spoiler:1 of
msgid ""
"Pass :code:`True` if the video needs to be covered with a spoiler "
"animation"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.supports_streaming:1 of
msgid "Pass :code:`True` if the uploaded video is suitable for streaming"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.disable_notification:1
#: of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.protect_content:1 of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.reply_to_message_id:1
#: of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_video.SendVideo.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_video.SendVideo.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_video.rst:14
msgid "Usage"
msgstr ""
@ -199,3 +79,130 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send video "
#~ "files, Telegram clients support MPEG4 "
#~ "videos (other formats may be sent "
#~ "as :class:`aiogram.types.document.Document`). On "
#~ "success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned. "
#~ "Bots can currently send video 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#sendvideo"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid ""
#~ "Video to send. Pass a file_id as"
#~ " String to send a video that "
#~ "exists on the Telegram servers "
#~ "(recommended), pass an HTTP URL as "
#~ "a String for Telegram to get a "
#~ "video from the Internet, or upload "
#~ "a new video using multipart/form-data."
#~ " :ref:`More information on Sending Files"
#~ " » <sending-files>`"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid "Duration of sent video in seconds"
#~ msgstr ""
#~ msgid "Video width"
#~ msgstr ""
#~ msgid "Video 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://<file_attach_name>' if the thumbnail"
#~ " was uploaded using multipart/form-data "
#~ "under <file_attach_name>. :ref:`More information "
#~ "on Sending Files » <sending-files>`"
#~ msgstr ""
#~ msgid ""
#~ "Video caption (may also be used "
#~ "when resending videos by *file_id*), "
#~ "0-1024 characters after entities parsing"
#~ msgstr ""
#~ msgid ""
#~ "Mode for parsing entities in the "
#~ "video caption. See `formatting options "
#~ "<https://core.telegram.org/bots/api#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 ""
#~ "Pass :code:`True` if the video needs "
#~ "to be covered with a spoiler "
#~ "animation"
#~ msgstr ""
#~ msgid "Pass :code:`True` if the uploaded video is suitable for streaming"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_video_note.rst:3
msgid "sendVideoNote"
@ -25,95 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_video_note.SendVideoNote:1 of
msgid ""
"As of `v.4.0 <https://telegram.org/blog/video-messages-and-telescope>`_, "
"Telegram clients support rounded square MPEG4 videos of up to 1 minute "
"long. Use this method to send video messages. On success, the sent "
":class:`aiogram.types.message.Message` is returned."
msgstr ""
#: aiogram.methods.send_video_note.SendVideoNote:3 of
msgid "Source: https://core.telegram.org/bots/api#sendvideonote"
msgstr ""
#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.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_video_note.SendVideoNote.video_note:1
#: of
msgid ""
"Video note to send. Pass a file_id as String to send a video note that "
"exists on the Telegram servers (recommended) or upload a new video using "
"multipart/form-data. :ref:`More information on Sending Files » <sending-"
"files>`. Sending video notes by a URL is currently unsupported"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_video_note.SendVideoNote.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.duration:1 of
msgid "Duration of sent video in seconds"
msgstr ""
#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.length:1 of
msgid "Video width and height, i.e. diameter of the video message"
msgstr ""
#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.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://<file_attach_name>' if the thumbnail was "
"uploaded using multipart/form-data under <file_attach_name>. :ref:`More "
"information on Sending Files » <sending-files>`"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_video_note.SendVideoNote.disable_notification:1 of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring
#: aiogram.methods.send_video_note.SendVideoNote.protect_content:1 of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_video_note.SendVideoNote.reply_to_message_id:1 of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_video_note.SendVideoNote.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_video_note.SendVideoNote.reply_markup:1
#: of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_video_note.rst:14
msgid "Usage"
msgstr ""
@ -168,3 +79,94 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "As of `v.4.0 <https://telegram.org/blog/video-"
#~ "messages-and-telescope>`_, Telegram clients "
#~ "support rounded square MPEG4 videos of"
#~ " up to 1 minute long. Use this"
#~ " method to send video messages. On"
#~ " success, the sent "
#~ ":class:`aiogram.types.message.Message` is returned."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendvideonote"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid ""
#~ "Video note to send. Pass a file_id"
#~ " as String to send a video note"
#~ " that exists on the Telegram servers"
#~ " (recommended) or upload a new video"
#~ " using multipart/form-data. :ref:`More "
#~ "information on Sending Files » "
#~ "<sending-files>`. Sending video notes by"
#~ " a URL is currently unsupported"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid "Duration of sent video in seconds"
#~ msgstr ""
#~ msgid "Video width and height, i.e. diameter of the video message"
#~ 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://<file_attach_name>' if the thumbnail"
#~ " was uploaded using multipart/form-data "
#~ "under <file_attach_name>. :ref:`More information "
#~ "on Sending Files » <sending-files>`"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/send_voice.rst:3
msgid "sendVoice"
@ -25,96 +25,6 @@ msgstr ""
msgid "Returns: :obj:`Message`"
msgstr ""
#: aiogram.methods.send_voice.SendVoice:1 of
msgid ""
"Use this method to send audio files, if you want Telegram clients to "
"display the file as a playable voice message. For this to work, your "
"audio must be in an .OGG file encoded with OPUS (other formats may be "
"sent as :class:`aiogram.types.audio.Audio` or "
":class:`aiogram.types.document.Document`). On success, the sent "
":class:`aiogram.types.message.Message` is returned. Bots can currently "
"send voice messages of up to 50 MB in size, this limit may be changed in "
"the future."
msgstr ""
#: aiogram.methods.send_voice.SendVoice:3 of
msgid "Source: https://core.telegram.org/bots/api#sendvoice"
msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.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_voice.SendVoice.voice:1 of
msgid ""
"Audio file to send. Pass a file_id as String to send a file that exists "
"on the Telegram servers (recommended), 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 » <sending-"
"files>`"
msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.message_thread_id:1 of
msgid ""
"Unique identifier for the target message thread (topic) of the forum; for"
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.caption:1 of
msgid "Voice message caption, 0-1024 characters after entities parsing"
msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.parse_mode:1 of
msgid ""
"Mode for parsing entities in the voice message caption. See `formatting "
"options <https://core.telegram.org/bots/api#formatting-options>`_ for "
"more details."
msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.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_voice.SendVoice.duration:1 of
msgid "Duration of the voice message in seconds"
msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.disable_notification:1
#: of
msgid ""
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
"#silent-messages>`_. Users will receive a notification with no sound."
msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.protect_content:1 of
msgid "Protects the contents of the sent message from forwarding and saving"
msgstr ""
#: ../../docstring aiogram.methods.send_voice.SendVoice.reply_to_message_id:1
#: of
msgid "If the message is a reply, ID of the original message"
msgstr ""
#: ../../docstring
#: aiogram.methods.send_voice.SendVoice.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_voice.SendVoice.reply_markup:1 of
msgid ""
"Additional interface options. A JSON-serialized object for an `inline "
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
"`custom reply keyboard "
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_voice.rst:14
msgid "Usage"
msgstr ""
@ -169,3 +79,98 @@ msgstr ""
#~ "to remove reply keyboard or to "
#~ "force a reply from the user."
#~ msgstr ""
#~ msgid ""
#~ "Use this method to send audio "
#~ "files, if you want Telegram clients "
#~ "to display the file as a playable"
#~ " voice message. For this to work, "
#~ "your audio must be in an .OGG "
#~ "file encoded with OPUS (other formats"
#~ " may be sent as "
#~ ":class:`aiogram.types.audio.Audio` or "
#~ ":class:`aiogram.types.document.Document`). On success, "
#~ "the sent :class:`aiogram.types.message.Message` is"
#~ " returned. Bots can currently send "
#~ "voice messages of up to 50 MB "
#~ "in size, this limit may be changed"
#~ " in the future."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#sendvoice"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid ""
#~ "Audio file to send. Pass a file_id"
#~ " as String to send a file that"
#~ " exists on the Telegram servers "
#~ "(recommended), 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 "
#~ "» <sending-files>`"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target message"
#~ " thread (topic) of the forum; for "
#~ "forum supergroups only"
#~ msgstr ""
#~ msgid "Voice message caption, 0-1024 characters after entities parsing"
#~ msgstr ""
#~ msgid ""
#~ "Mode for parsing entities in the "
#~ "voice message caption. See `formatting "
#~ "options <https://core.telegram.org/bots/api#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 "Duration of the voice message in seconds"
#~ msgstr ""
#~ msgid ""
#~ "Sends the message `silently "
#~ "<https://telegram.org/blog/channels-2-0#silent-messages>`_. "
#~ "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 <https://core.telegram.org/bots/features#inline-"
#~ "keyboards>`_, `custom reply keyboard "
#~ "<https://core.telegram.org/bots/features#keyboards>`_, "
#~ "instructions to remove reply keyboard or"
#~ " to force a reply from the "
#~ "user."
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/set_chat_administrator_custom_title.rst:3
msgid "setChatAdministratorCustomTitle"
@ -25,40 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle:1
#: of
msgid ""
"Use this method to set a custom title for an administrator in a "
"supergroup promoted by the bot. Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle:3
#: of
msgid "Source: https://core.telegram.org/bots/api#setchatadministratorcustomtitle"
msgstr ""
#: ../../docstring
#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle.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.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle.user_id:1
#: of
msgid "Unique identifier of the target user"
msgstr ""
#: ../../docstring
#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle.custom_title:1
#: of
msgid ""
"New custom title for the administrator; 0-16 characters, emoji are not "
"allowed"
msgstr ""
#: ../../api/methods/set_chat_administrator_custom_title.rst:14
msgid "Usage"
msgstr ""
@ -100,3 +66,31 @@ msgstr ""
#: ../../api/methods/set_chat_administrator_custom_title.rst:50
msgid ":meth:`aiogram.types.chat.Chat.set_administrator_custom_title`"
msgstr ""
#~ msgid ""
#~ "Use this method to set a custom"
#~ " title for an administrator in a "
#~ "supergroup promoted by the bot. Returns"
#~ " :code:`True` on success."
#~ msgstr ""
#~ msgid ""
#~ "Source: "
#~ "https://core.telegram.org/bots/api#setchatadministratorcustomtitle"
#~ 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 ""
#~ "New custom title for the administrator;"
#~ " 0-16 characters, emoji are not "
#~ "allowed"
#~ msgstr ""

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.9.1\n"
#: ../../api/methods/set_chat_description.rst:3
msgid "setChatDescription"
@ -25,30 +25,6 @@ msgstr ""
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.set_chat_description.SetChatDescription:1 of
msgid ""
"Use this method to change the description of a group, 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. Returns :code:`True` "
"on success."
msgstr ""
#: aiogram.methods.set_chat_description.SetChatDescription:3 of
msgid "Source: https://core.telegram.org/bots/api#setchatdescription"
msgstr ""
#: ../../docstring
#: aiogram.methods.set_chat_description.SetChatDescription.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.set_chat_description.SetChatDescription.description:1 of
msgid "New chat description, 0-255 characters"
msgstr ""
#: ../../api/methods/set_chat_description.rst:14
msgid "Usage"
msgstr ""
@ -90,3 +66,26 @@ msgstr ""
#: ../../api/methods/set_chat_description.rst:50
msgid ":meth:`aiogram.types.chat.Chat.set_description`"
msgstr ""
#~ msgid ""
#~ "Use this method to change the "
#~ "description of a group, 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. Returns "
#~ ":code:`True` on success."
#~ msgstr ""
#~ msgid "Source: https://core.telegram.org/bots/api#setchatdescription"
#~ msgstr ""
#~ msgid ""
#~ "Unique identifier for the target chat"
#~ " or username of the target channel"
#~ " (in the format :code:`@channelusername`)"
#~ msgstr ""
#~ msgid "New chat description, 0-255 characters"
#~ msgstr ""

Some files were not shown because too many files have changed in this diff Show more