InlineQueryResultVenue¶
- class telegram.InlineQueryResultVenue(id, latitude, longitude, title, address, foursquare_id=None, foursquare_type=None, reply_markup=None, input_message_content=None, google_place_id=None, google_place_type=None, thumbnail_url=None, thumbnail_width=None, thumbnail_height=None, *, api_kwargs=None)[source]¶
Bases:
telegram.InlineQueryResult
Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use
input_message_content
to send a message with the specified content instead of the venue.Note
Foursquare details and Google Pace details are mutually exclusive. However, this behaviour is undocumented and might be changed by Telegram.
Changed in version 20.5: Removed the deprecated arguments and attributes
thumb_*
.- Parameters:
latitude (
float
) – Latitude of the venue location in degrees.longitude (
float
) – Longitude of the venue location in degrees.foursquare_id (
str
, optional) – Foursquare identifier of the venue if known.foursquare_type (
str
, optional) – Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)google_place_id (
str
, optional) – Google Places identifier of the venue.google_place_type (
str
, optional) – Google Places type of the venue. (See supported types.)reply_markup (
telegram.InlineKeyboardMarkup
, optional) – Inline keyboard attached to the message.input_message_content (
telegram.InputMessageContent
, optional) – Content of the message to be sent instead of the venue.thumbnail_url (
str
, optional) –Url of the thumbnail for the result.
Added in version 20.2.
thumbnail_width (
int
, optional) –Thumbnail width.
Added in version 20.2.
thumbnail_height (
int
, optional) –Thumbnail height.
Added in version 20.2.
- foursquare_type[source]¶
Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
- Type:
- google_place_type[source]¶
Optional. Google Places type of the venue. (See supported types.)
- Type: