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

    Interface RESTGetAPIGuildMembersSearchQuery

    interface RESTGetAPIGuildMembersSearchQuery {
        limit?: number;
        query: string;
    }
    Index

    Properties

    Properties

    limit?: number

    Max number of members to return (1-1000)

    1

    query: string

    Query string to match username(s) and nickname(s) against