export interface IEvent { message?: { photo?: [ { file_id: string, }, ], document?: { file_id: string; }, }; download_link?: string; }