import { SendVideoNoteOptionsMultipartFormData } from '../types'; import { ReplyParameters } from '../types'; export declare class SendVideoNoteOptionsMultipartFormDataBase implements SendVideoNoteOptionsMultipartFormData { business_connection_id: string; chat_id: any; message_thread_id: number; video_note: any; duration: number; length: number; thumbnail: any; disable_notification: boolean; protect_content: boolean; allow_paid_broadcast: boolean; message_effect_id: string; reply_parameters: ReplyParameters; reply_markup: any; }