interface RESTGetAPISKUSubscriptionsQuery

external
export interface RESTGetAPISKUSubscriptionsQuery

See also: 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 = 50

Number of subscriptions to return (1-100)

optionalexternal
user_id? : Snowflake | undefined

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