Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a link to a page containing an embedded video player or a video file. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use input_message_content to send a message with the specified content instead of the video.

Hierarchy

Index

Properties

Optional caption

caption: string

Caption of the video to be sent, 0-200 characters.

Optional description

description: string

Short description of the result.

id

id: string

Unique identifier for this result, 1-64 bytes.

Optional input_message_content

input_message_content: IInputMessageContent

Content of the message to be sent instead of the video.

mime_type

mime_type: string

Mime type of the content of video url, “text/html” or “video/mp4”.

Optional reply_markup

reply_markup: IInlineKeyboardMarkup

Inline keyboard attached to the message.

thumb_url

thumb_url: string

URL of the thumbnail (jpeg only) for the video.

title

title: string

Title for the result.

type

type: string

Type of the result, must be video.

Optional video_duration

video_duration: number

Video duration in seconds.

Optional video_height

video_height: number

Video height.

video_url

video_url: string

A valid URL for the embedded video player or video file.

Optional video_width

video_width: number

Video width.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc