Interface DisconnectClientResult

Result of a disconnect operation.

interface DisconnectClientResult {
    disconnected: number;
    guildId: string;
    ok: boolean;
    userId: string;
}

Properties

disconnected: number
guildId: string
ok: boolean
userId: string