Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Whether to exclude ended entitlements.

Link copied to clipboard

The guild ID to look up entitlements for.

Link copied to clipboard
var limit: Int?

The maximum number of entitlements to return.

Link copied to clipboard

Retrieve entitlements before or after a specific entitlement ID.

Link copied to clipboard

An optional list of SKU IDs to check entitlements for.

Link copied to clipboard

User ID to look up entitlements for.

Functions

Link copied to clipboard
fun after(id: Snowflake)

Retrieve entitlements after the specified entitlement id.

Link copied to clipboard
fun before(id: Snowflake)

Retrieve entitlements before the specified entitlement id.

Link copied to clipboard
open override fun toRequest(): EntitlementsListRequest