/** * This is auto-generated file, don't modify this file manually */ export interface DocsDocPreviewAudioMsg { /** * Audio message duration in seconds */ duration?: number; /** * MP3 file URL */ link_mp3?: string; /** * OGG file URL */ link_ogg?: string; waveform?: number[]; }