Skip to content

MessageVideo

Type · TDLib 1.8.67 · d1085f9c

A video message

MessageVideo(
  video: Video,
  alternative_videos: list of AlternativeVideo,
  storyboards: list of VideoStoryboard,
  cover: Photo,
  start_timestamp: int32,
  caption: FormattedText,
  show_caption_above_media: Bool,
  has_spoiler: Bool,
  is_secret: Bool
) → MessageContent

video

Video

The video description

alternative_videos

list of AlternativeVideo

Alternative qualities of the video

storyboards

list of VideoStoryboard

Available storyboards for the video

cover

Photo

Cover of the video; may be null if none

start_timestamp

int32

Timestamp from which the video playing must start, in seconds

caption

FormattedText

Video caption

show_caption_above_media

Bool

True, if the caption must be shown above the video; otherwise, the caption must be shown below the video

has_spoiler

Bool

True, if the video preview must be covered by a spoiler animation

is_secret

Bool

True, if the video thumbnail must be blurred and the video must be shown only while tapped