interface RESTGetAPISKUSubscriptionsQuery

external
export interface RESTGetAPISKUSubscriptionsQuery

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

optionalexternal
after? : Snowflake | undefined

List subscriptions after this ID

optionalexternal
before? : Snowflake | undefined

List subscriptions before this ID

optionalexternal
limit? : number | undefined

Number of subscriptions to return (1-100) 50

optionalexternal
user_id? : Snowflake | undefined

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