View Source ExTDLib.Object.InputInlineQueryResultLocation (ExTDLib v0.0.4)

Represents a point on the map.

NameTypeDescription
idstringUnique identifier of the query result.
locationlocationLocation result.
live_periodnumberAmount of time relative to the message sent time until the location can be updated, in seconds.
titlestringTitle of the result.
thumbnail_urlstringURL of the result thumbnail, if it exists.
thumbnail_widthnumberThumbnail width, if known.
thumbnail_heightnumberThumbnail height, if known.
reply_markupReplyMarkupThe message reply markup; pass null if none. Must be of type replyMarkupInlineKeyboard or null.
input_message_contentInputMessageContentThe content of the message to be sent. Must be one of the following types: inputMessageText, inputMessageInvoice, inputMessageLocation, inputMessageVenue or inputMessageContact.

More details on telegram's documentation.