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

Properties

ack: number
ackString: string
biz
externalIds: string[]
offline
participant: WAJS.whatsapp.Wid
recipient
stanzaId: string
ts: number
type: string