TDLib v0.0.2 TDLib.Object.InputInlineQueryResultLocation View Source
Represents a point on the map.
Name | Type | Description |
---|---|---|
id | string | Unique identifier of the query result. |
location | location | Location result. |
live_period | number | Amount of time relative to the message sent time until the location can be updated, in seconds. |
title | string | Title of the result. |
thumbnail_url | string | URL of the result thumbnail, if it exists. |
thumbnail_width | number | Thumbnail width, if known. |
thumbnail_height | number | Thumbnail height, if known. |
reply_markup | ReplyMarkup | The message reply markup. Must be of type replyMarkupInlineKeyboard or null. |
input_message_content | InputMessageContent | The content of the message to be sent. Must be one of the following types: InputMessageText, InputMessageLocation, InputMessageVenue or InputMessageContact. |
More details on telegram’s documentation.