Skip to main content

Sku

@discordeno/botDocs


Documentation / @discordeno/bot / Sku

Interface: Sku

Properties

applicationId

applicationId: bigint

ID of the parent application

Defined in

packages/bot/src/transformers/types.ts:1543


flags

flags: SkuFlags

SKU flags combined as a bitfield

Defined in

packages/bot/src/transformers/types.ts:1549


id

id: bigint

ID of SKU

Defined in

packages/bot/src/transformers/types.ts:1539


name

name: string

Customer-facing name of your premium offering

Defined in

packages/bot/src/transformers/types.ts:1545


slug

slug: string

System-generated URL slug based on the SKU's name

Defined in

packages/bot/src/transformers/types.ts:1547


type

type: DiscordSkuType

Type of SKU

Defined in

packages/bot/src/transformers/types.ts:1541