Interface RESTGetAPIEntitlementsQuery

Hierarchy

  • RESTGetAPIEntitlementsQuery

Properties

after?: string

Retrieve entitlements after this entitlement ID

before?: string

Retrieve entitlements before this entitlement ID

exclude_ended?: boolean

Whether ended entitlements should be omitted

guild_id?: string

Guild ID to look up entitlements for

limit?: number

Number of entitlements to return (1-100)

Default

100
sku_ids?: string

Optional list of SKU IDs to check entitlements for Comma-delimited set of snowflakes

user_id?: string

User ID to look up entitlements for

Generated using TypeDoc