InlineQueryResultVenue¶
- class litegram.types.inline_query_result_venue.InlineQueryResultVenue(*, type: Literal[InlineQueryResultType.VENUE] = InlineQueryResultType.VENUE, id: str, latitude: float, longitude: float, title: str, address: str, foursquare_id: str | None = None, foursquare_type: str | None = None, google_place_id: str | None = None, google_place_type: str | None = None, reply_markup: InlineKeyboardMarkup | None = None, input_message_content: InputMessageContentUnion | None = None, thumbnail_url: str | None = None, thumbnail_width: int | None = None, thumbnail_height: int | None = None, **extra_data: Any)[source]¶
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.
Source: https://core.telegram.org/bots/api#inlinequeryresultvenue
- type: Literal[InlineQueryResultType.VENUE]¶
Type of the result, must be venue
- foursquare_type: str | None¶
Optional. Foursquare type of the venue, if known. (For example, ‘arts_entertainment/default’, ‘arts_entertainment/aquarium’ or ‘food/icecream’.)
- google_place_type: str | None¶
Optional. Google Places type of the venue. (See supported types.)
- reply_markup: InlineKeyboardMarkup | None¶
Optional. Inline keyboard attached to the message