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

    Interface RESTGetAPICurrentUserGuildsQuery

    interface RESTGetAPICurrentUserGuildsQuery {
        after?: string;
        before?: string;
        limit?: number;
        with_counts?: boolean;
    }
    Index

    Properties

    after?: string

    Get guilds after this guild ID

    before?: string

    Get guilds before this guild ID

    limit?: number

    Max number of guilds to return (1-200)

    200

    with_counts?: boolean

    Include approximate member and presence counts in response

    false