Discord.https - v3.0.16
    Preparing search index...

    Interface GatewayRequestGuildMembersDataWithUserIds

    interface GatewayRequestGuildMembersDataWithUserIds {
        guild_id: string;
        nonce?: string;
        presences?: boolean;
        user_ids: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    guild_id: string

    ID of the guild to get members for

    nonce?: string

    Nonce to identify the Guild Members Chunk response

    Nonce can only be up to 32 bytes. If you send an invalid nonce it will be ignored and the reply member_chunk(s) will not have a nonce set.

    presences?: boolean

    Used to specify if we want the presences of the matched members

    user_ids: string | string[]

    Used to specify which users you wish to fetch