Class: Telbe::InlineQueryResultVideo

Inherits:
InlineQueryResult show all
Defined in:
lib/telbe/inline.rb

Overview

type String Type of the result, must be video id String Unique identifier for this result, 1-64 bytes video_url String A valid URL for the embedded video player or video file mime_type String Mime type of the content of video url, “text/html” or “video/mp4” thumb_url String URL of the thumbnail (jpeg only) for the video title String Title for the result caption String Optional. Caption of the video to be sent, 0-1024 characters parse_mode String Optional. Send Markdown or HTML, if you want Telegram apps to show bold, italic, fixed-width text or inline URLs in the media caption. video_width Integer Optional. Video width video_height Integer Optional. Video height video_duration Integer Optional. Video duration in seconds description String Optional. Short description of the result reply_markup InlineKeyboardMarkup Optional. Inline keyboard attached to the message input_message_content InputMessageContent Optional. Content of the message to be sent instead of the video. This field is required if InlineQueryResultVideo is used to send an HTML-page as a result (e.g., a YouTube video).

Method Summary

Methods inherited from InlineQueryResult

inherited