Interface IInlineQueryResultVenue

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.

Hierarchy

  • IInlineQueryResultVenue

Properties

address: string

Address of the venue

foursquare_id?: string

Optional. Foursquare identifier of the venue if known

foursquare_type?: string

Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)

google_place_id?: string

Optional. Google Places identifier of the venue

google_place_type?: string

Optional. Google Places type of the venue. (See supported types.)

id: string

Unique identifier for this result, 1-64 Bytes

input_message_content?: IInputMessageContent

Optional. Content of the message to be sent instead of the venue

latitude: number

Latitude of the venue location in degrees

longitude: number

Longitude of the venue location in degrees

reply_markup?: IInlineKeyboardMarkup

Optional. Inline keyboard attached to the message

thumb_height?: number

Optional. Thumbnail height

thumb_url?: string

Optional. Url of the thumbnail for the result

thumb_width?: number

Optional. Thumbnail width

title: string

Title of the venue

type: string

Type of the result, must be venue

Generated using TypeDoc