@typed-discord/rest
    Preparing search index...

    Interface LobbyResponse

    interface LobbyResponse {
        application_id: `${bigint}`;
        flags: number;
        id: `${bigint}`;
        linked_channel?: GuildChannelResponse;
        members: LobbyMemberResponse[];
        metadata: { [key: string]: string } | null;
        override_event_webhooks_url?: string | null;
    }
    Index

    Properties

    application_id: `${bigint}`
    flags: number
    id: `${bigint}`
    linked_channel?: GuildChannelResponse
    metadata: { [key: string]: string } | null
    override_event_webhooks_url?: string | null