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

    Interface GatewayRequestGuildMembersDataWithQuery

    interface GatewayRequestGuildMembersDataWithQuery {
        guild_id: string;
        limit: number;
        nonce?: string;
        presences?: boolean;
        query: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    guild_id: string

    ID of the guild to get members for

    limit: number

    Maximum number of members to send matching the query; a limit of 0 can be used with an empty string query to return all members

    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

    query: string

    String that username starts with, or an empty string to return all members