TDLib v0.0.2 TDLib.Object.InputInlineQueryResultAnimatedMpeg4 View Source
Represents a link to an animated (i.e. without sound) H.264/MPEG-4 AVC video.
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the query result. |
| title | string | Title of the result. |
| thumbnail_url | string | URL of the static result thumbnail (JPEG or GIF), if it exists. |
| mpeg4_url | string | The URL of the MPEG4-file (file size must not exceed 1MB). |
| mpeg4_duration | number | Duration of the video, in seconds. |
| mpeg4_width | number | Width of the video. |
| mpeg4_height | number | Height of the video. |
| 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, InputMessageAnimation, InputMessageLocation, InputMessageVenue or InputMessageContact. |
More details on telegram’s documentation.