InlineQueryResultVenue

Venue

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

address
string address;

Address of the venue

foursquare_id
string foursquare_id;

Foursquare identifier of the venue if known

foursquare_type
string foursquare_type;

Foursquare type of the venue, if known

id
string id;

Unique identifier for this result

input_message_content
InputMessageContent input_message_content;

Content of the message to be sent instead of the venue

latitude
float latitude;

Latitude of the venue location in degrees

longitude
float longitude;

Longitude of the venue location in degrees

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

thumb_height
int thumb_height;

Thumbnail height

thumb_url
string thumb_url;

Url of the thumbnail for the result

thumb_width
int thumb_width;

Thumbnail width

title
string title;

Title of the venue

type
string type;

Type of the result, must be "venue"

See Also

Meta