TDLib v0.0.2 TDLib.Object.InputInlineQueryResultVenue View Source

Represents information about a venue.

NameTypeDescription
idstringUnique identifier of the query result.
venuevenueVenue 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. 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, InputMessageLocation, InputMessageVenue or InputMessageContact.

More details on telegram’s documentation.