import { IUrlPayload } from '../IUrlPayload.js'; import { IMessengerVideoEvent } from './IMessengerVideoEvent.js'; export declare class MessengerVideoEvent implements IMessengerVideoEvent { video: IUrlPayload; channel: string; from: string; message_type: string; message_uuid: string; timestamp: string; to: string; } //# sourceMappingURL=messengerVideoEvent.d.ts.map