Interface MessageOptions

interface MessageOptions {
    timeout?: number;
}

Hierarchy (view full)

Properties

Properties

timeout?: number

Timeout in milliseconds. 0 and negative values are treated as no timeout.