Skip to main content
Module

x/discord_api_types/rest/v10/mod.ts>RESTGetAPISKUSubscriptionsQuery

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface RESTGetAPISKUSubscriptionsQuery
import { type RESTGetAPISKUSubscriptionsQuery } from "https://deno.land/x/discord_api_types@0.37.100/rest/v10/mod.ts";

Properties

optional
before: Snowflake | undefined

List subscriptions before this ID

optional
after: Snowflake | undefined

List subscriptions after this ID

optional
limit: number | undefined

Number of subscriptions to return (1-100)

optional
user_id: Snowflake | undefined

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