export interface InputPaidMediaVideo { type: string; media: string; thumbnail?: string; cover?: string; start_timestamp?: number; width?: number; height?: number; duration?: number; supports_streaming?: boolean; }