RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface UserInQueue

    Raw data representing a user currently waiting in a queue.

    interface UserInQueue {
        discordId: string;
        id: number;
        ign: string;
        joinedAt: number;
        partyId?: string;
        queueId: string;
        roles: string[];
    }
    Index

    Properties

    discordId: string

    The user's Discord ID

    id: number

    Internal User ID

    ign: string

    The user's In-Game Name

    joinedAt: number

    Timestamp of when the user joined the queue

    partyId?: string

    The ID of the party the user belongs to, if any

    queueId: string

    The ID of the queue the user is waiting in

    roles: string[]

    List of Discord Role IDs the user currently has