Skip to content

export Interface

QueryResultVideoPayload ​

Properties ​

caption? : string ​

caption_entities? : MessageEntities | MessageEntityPayload[] ​

description? : string ​

id : string ​

input_message_content? : InputMessageContent ​

mime_type : "text/html" | "video/mp4" ​

parse_mode? : string ​

reply_markup? : InlineKeyboardMarkup ​

show_caption_above_media? : boolean ​

thumbnail_url : string ​

title : string ​

type? : "video" ​

video_duration? : number ​

video_height? : number ​

video_url : string ​

video_width? : number ​