TDLib v0.0.2 TDLib.Object.InputInlineQueryResultAnimatedGif View Source

Represents a link to an animated GIF.

NameTypeDescription
idstringUnique identifier of the query result.
titlestringTitle of the query result.
thumbnail_urlstringURL of the static result thumbnail (JPEG or GIF), if it exists.
gif_urlstringThe URL of the GIF-file (file size must not exceed 1MB).
gif_durationnumberDuration of the GIF, in seconds.
gif_widthnumberWidth of the GIF.
gif_heightnumberHeight of the GIF.
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, InputMessageAnimation, InputMessageLocation, InputMessageVenue or InputMessageContact.

More details on telegram’s documentation.