Interface ShardRosterResponse

Roster of all connected operators.

interface ShardRosterResponse {
    guildId: string;
    ok: boolean;
    operators: ShardOperator[];
}

Properties

Properties

guildId: string
ok: boolean
operators: ShardOperator[]