whatsapp-api-js - v6.1.0
    Preparing search index...

    Type Alias ServerCall

    type ServerCall = {
        direction: "USER_INITIATED" | "BUSINESS_INITIATED";
        from: string;
        id: `wacid.${string}`;
        timestamp: `${number}`;
        to: string;
    }
    Index

    Properties

    direction: "USER_INITIATED" | "BUSINESS_INITIATED"
    from: string
    id: `wacid.${string}`
    timestamp: `${number}`
    to: string