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

    Interface RESTGetAPISKUSubscriptionsQuery

    interface RESTGetAPISKUSubscriptionsQuery {
        after?: string;
        before?: string;
        limit?: number;
        user_id?: string;
    }
    Index

    Properties

    after?: string

    List subscriptions after this ID

    before?: string

    List subscriptions before this ID

    limit?: number

    Number of subscriptions to return (1-100)

    50

    user_id?: string

    User ID for which to return subscriptions. Required except for OAuth queries.