Skip to content

DraftMessageContentVideoNote

Type · TDLib 1.8.67 · d1085f9c

A video note message draft

DraftMessageContentVideoNote(
  file_path: string,
  duration: int32,
  length: int32,
  self_destruct_type: MessageSelfDestructType
) → DraftMessageContent

file_path

string

Path to the file with the video note

duration

int32

Duration of the video, in seconds; 0-60

length

int32

Video width and height; must be positive and not greater than 640

self_destruct_type

MessageSelfDestructType

Video note self-destruct type; may be null if none; pass null if none; private chats only