interface WhatsappProfile {
    canReceiveMessage: boolean;
    id: Id;
    isBusiness: boolean;
    numberExists: boolean;
    status: number;
}

Properties

canReceiveMessage: boolean
id: Id
isBusiness: boolean
numberExists: boolean
status: number