mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 02:19:54 +00:00
154 lines
4.6 KiB
Text
154 lines
4.6 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) 2022, aiogram Team
|
|
# This file is distributed under the same license as the aiogram package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: aiogram \n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-07-30 18:31+0300\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.12.1\n"
|
|
|
|
#: ../../api/methods/send_dice.rst:3
|
|
msgid "sendDice"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:5
|
|
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:15
|
|
msgid "Usage"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:18
|
|
msgid "As bot method"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:26
|
|
msgid "Method as object"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:28
|
|
msgid "Imports:"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:30
|
|
msgid ":code:`from aiogram.methods.send_dice import SendDice`"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:31
|
|
msgid "alias: :code:`from aiogram.methods import SendDice`"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:34
|
|
msgid "With specific bot"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:41
|
|
msgid "As reply into Webhook in handler"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:49
|
|
msgid "As shortcut from received object"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:51
|
|
msgid ":meth:`aiogram.types.message.Message.answer_dice`"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:52
|
|
msgid ":meth:`aiogram.types.message.Message.reply_dice`"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:53
|
|
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_dice`"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:54
|
|
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_dice`"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_dice.rst:55
|
|
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_dice_pm`"
|
|
msgstr ""
|
|
|
|
#~ msgid ""
|
|
#~ "Additional interface options. A JSON-"
|
|
#~ "serialized object for an `inline "
|
|
#~ "keyboard <https://core.telegram.org/bots#inline-"
|
|
#~ "keyboards-and-on-the-fly-updating>`_, "
|
|
#~ "`custom reply keyboard "
|
|
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
|
|
#~ "to remove reply keyboard or to "
|
|
#~ "force a reply from the user."
|
|
#~ msgstr ""
|