Preview environment

interface RESTGetAPISKUSubscriptionsQuery

export interface RESTGetAPISKUSubscriptionsQuery

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

optional
after? : Snowflake | undefined

List subscriptions after this ID

optional
before? : Snowflake | undefined

List subscriptions before this ID

optional
limit? : number | undefined

Number of subscriptions to return (1-100) 50

optional
user_id? : Snowflake | undefined

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