# SOME DESCRIPTIVE TITLE. # Copyright (C) 2022, aiogram Team # This file is distributed under the same license as the aiogram package. # FIRST AUTHOR , 2022. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-30 18:31+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.12.1\n" #: ../../api/methods/send_game.rst:3 msgid "sendGame" msgstr "" #: ../../api/methods/send_game.rst:5 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 `_." 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 `_. 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 " "`_. 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:15 msgid "Usage" msgstr "" #: ../../api/methods/send_game.rst:18 msgid "As bot method" msgstr "" #: ../../api/methods/send_game.rst:26 msgid "Method as object" msgstr "" #: ../../api/methods/send_game.rst:28 msgid "Imports:" msgstr "" #: ../../api/methods/send_game.rst:30 msgid ":code:`from aiogram.methods.send_game import SendGame`" msgstr "" #: ../../api/methods/send_game.rst:31 msgid "alias: :code:`from aiogram.methods import SendGame`" msgstr "" #: ../../api/methods/send_game.rst:34 msgid "With specific bot" msgstr "" #: ../../api/methods/send_game.rst:41 msgid "As reply into Webhook in handler" msgstr "" #: ../../api/methods/send_game.rst:49 msgid "As shortcut from received object" msgstr "" #: ../../api/methods/send_game.rst:51 msgid ":meth:`aiogram.types.message.Message.answer_game`" msgstr "" #: ../../api/methods/send_game.rst:52 msgid ":meth:`aiogram.types.message.Message.reply_game`" msgstr "" #: ../../api/methods/send_game.rst:53 msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_game`" msgstr "" #: ../../api/methods/send_game.rst:54 msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_game`" msgstr "" #: ../../api/methods/send_game.rst:55 msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_game_pm`" msgstr "" #~ msgid "" #~ "A JSON-serialized object for an " #~ "`inline keyboard `_. If empty, one 'Play " #~ "game_title' button will be shown. If " #~ "not empty, the first button must " #~ "launch the game." #~ msgstr ""