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

    Interface RESTGetAPIGuildScheduledEventUsersQuery

    interface RESTGetAPIGuildScheduledEventUsersQuery {
        after?: string;
        before?: string;
        limit?: number;
        with_member?: boolean;
    }
    Index

    Properties

    after?: string

    Consider only users after given user id

    before?: string

    Consider only users before given user id

    limit?: number

    Number of users to receive from the event

    100

    with_member?: boolean

    Whether to include guild member data if it exists