Interface SendStatusOptions

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

Hierarchy (view full)

Properties

caption?: string
messageId?: string | MsgKey
waitForAck?: boolean