@wppconnect/wa-js - v3.19.3
    Preparing search index...

    Interface SimpleAckData

    interface SimpleAckData {
        ack: number;
        ackString: string | null;
        biz?: null;
        externalIds: string[];
        from: Wid;
        offline: null;
        participant: Wid | null;
        recipient: null;
        stanzaId: string;
        ts: number;
        type: string;
    }
    Index

    Properties

    ack: number
    ackString: string | null
    biz?: null
    externalIds: string[]
    from: Wid
    offline: null
    participant: Wid | null
    recipient: null
    stanzaId: string
    ts: number
    type: string