TDLib v0.0.2 TDLib.Object.InputInlineQueryResultSticker View Source

Represents a link to a WEBP sticker.

NameTypeDescription
idstringUnique identifier of the query result.
thumbnail_urlstringURL of the sticker thumbnail, if it exists.
sticker_urlstringThe URL of the WEBP sticker (sticker file size must not exceed 5MB).
sticker_widthnumberWidth of the sticker.
sticker_heightnumberHeight of the sticker.
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, inputMessageSticker, InputMessageLocation, InputMessageVenue or InputMessageContact.

More details on telegram’s documentation.