Skip to content

InlineQueryResultVenue

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.

Fields

typeString = venueRequired
Type of the result, must be venue
idStringRequired
Unique identifier for this result, 1-64 Bytes
latitudeFloatRequired
Latitude of the venue location in degrees
longitudeFloatRequired
Longitude of the venue location in degrees
titleStringRequired
Title of the venue
addressStringRequired
Address of the venue
foursquare_idStringOptional
Optional. Foursquare identifier of the venue if known
foursquare_typeStringOptional
Optional. Foursquare type of the venue, if known. (For example, "arts\entertainment/default", "arts\entertainment/aquarium" or "food/icecream".)
google_place_idStringOptional
Optional. Google Places identifier of the venue
google_place_typeStringOptional
Optional. Google Places type of the venue. (See supported types.)
Optional. Inline keyboard attached to the message
input_message_contentInputMessageContentOptional
Optional. Content of the message to be sent instead of the venue
thumbnail_urlStringOptional
Optional. Url of the thumbnail for the result
thumbnail_widthIntegerOptional
Optional. Thumbnail width
thumbnail_heightIntegerOptional
Optional. Thumbnail height

GramIO Usage

See Also