export interface ChatMessageFacebookResult {
    message_id?: string;
    type: string;
    message?: string;
    error?: string;
}
