Table of Contents

Property Entitlements

Namespace
DisCatSharp.ApplicationCommands.Context
Assembly
DisCatSharp.ApplicationCommands.dll

Entitlements

Gets the entitlements.

This is related to premium subscriptions for bots.

warning

Can only be used if you have an associated application subscription sku.

[DiscordInExperiment("Currently in closed beta.")]
[Experimental("We provide this type but can't provide support.")]
public List<DiscordEntitlement> Entitlements { get; }

Property Value

List<DiscordEntitlement>