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

Properties

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