interface JoinOptions {
    channel: null | string;
    deaf?: boolean;
    mute?: boolean;
}

Properties

Properties

channel: null | string
deaf?: boolean
mute?: boolean