interface SendStatusOptions {
    messageId?: string | MsgKey;
    waitForAck?: boolean;
}

Hierarchy (view full)

Properties

messageId?: string | MsgKey
waitForAck?: boolean