InlineQueryResultLocation

Location on a map

Members

Functions

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

Variables

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 location

latitude
float latitude;

Location latitude in degrees

live_period
Duration live_period;

Period for which the location can be updated

longitude
float longitude;

Location longitude 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;

Location title

type
string type;

Type of the result, must be "location"

See Also

Meta