Interface KnockRoomOpts

interface KnockRoomOpts {
    reason?: string;
    viaServers?: string | string[];
}

Properties

Properties

reason?: string

The reason for the knock.

viaServers?: string | string[]

The server names to try and knock through in addition to those that are automatically chosen.