import { MessageEntity } from './MessageEntity.generated'; export interface InputMediaVideo { type: string; media: string; thumbnail?: string; cover?: string; start_timestamp?: number; caption?: string; parse_mode?: string; caption_entities?: Array; show_caption_above_media?: boolean; width?: number; height?: number; duration?: number; supports_streaming?: boolean; has_spoiler?: boolean; }