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

    Interface RESTGetAPIGuildMembersQuery

    interface RESTGetAPIGuildMembersQuery {
        after?: string;
        limit?: number;
    }
    Index

    Properties

    Properties

    after?: string

    The highest user id in the previous page

    0

    limit?: number

    Max number of members to return (1-1000)

    1