RESTGetAPISKUSubscriptionsQuery

https://canary.discord.com/developers/docs/resources/subscription#query-string-params

Signature

export interface RESTGetAPISKUSubscriptionsQuery

Properties

4

Methods

0

No methods.

Properties

before?: string;

List subscriptions before this ID

after?: string;

List subscriptions after this ID

limit?: number;

Number of results to return (1-100)

user_id?: string;

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