# 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: 2022-11-06 14:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.10.3\n" #: ../../api/methods/send_venue.rst:3 msgid "sendVenue" msgstr "" #: ../../api/methods/send_venue.rst:5 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 " "`_.)" msgstr "" #: ../../docstring aiogram.methods.send_venue.SendVenue.disable_notification:1 #: of msgid "" "Sends the message `silently `_. 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 `_, " "`custom reply keyboard " "`_, instructions to " "remove reply keyboard or to force a reply from the user." msgstr "" #: ../../api/methods/send_venue.rst:14 msgid "Usage" msgstr "" #: ../../api/methods/send_venue.rst:17 msgid "As bot method" msgstr "" #: ../../api/methods/send_venue.rst:25 msgid "Method as object" msgstr "" #: ../../api/methods/send_venue.rst:27 msgid "Imports:" msgstr "" #: ../../api/methods/send_venue.rst:29 msgid ":code:`from aiogram.methods.send_venue import SendVenue`" msgstr "" #: ../../api/methods/send_venue.rst:30 msgid "alias: :code:`from aiogram.methods import SendVenue`" msgstr "" #: ../../api/methods/send_venue.rst:33 msgid "With specific bot" msgstr "" #: ../../api/methods/send_venue.rst:40 msgid "As reply into Webhook in handler" msgstr "" #~ msgid "" #~ "Additional interface options. A JSON-" #~ "serialized object for an `inline " #~ "keyboard `_, " #~ "`custom reply keyboard " #~ "`_, instructions " #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr ""