Table of Contents

Enum SkuFlags

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents sku flags.

[Flags]
public enum SkuFlags : long
Extension Methods

Fields

PremiumPurchase = 1

Whether the SKU is a premium purchase.

HasFreePremiumContent = 2

Whether the SKU is free premium content.

Available = 4

Whether the SKU is available for purchase.

PremiumAndDistribution = 8

Whether the SKU is a premium or distribution product.

StickerPack = 16

Whether the SKU is a premium sticker pack.

GuildRoleSubscription = 32

Whether the SKU is a guild role subscription. These are subscriptions made to guilds for premium perks.

PremiumSubscription = 64

Whether the SKU is a Discord premium subscription or related first-party product. These are subscriptions like Nitro and Server Boosts. These are the only giftable subscriptions.

ApplicationGuildSubscription = 128

Whether the SKU is a application subscription. These are subscriptions made to applications for premium perks bound to a guild.

ApplicationUserSubscription = 256

Whether the SKU is a application subscription. These are subscriptions made to applications for premium perks bound to a user.