Table of Contents

Enum SkuFlags

Namespace
NetCord.Rest
Assembly
NetCord.dll

Specifies additional information about an SKU's contents.

[Flags]
public enum SkuFlags

Fields

Available = 4

Whether the SKU is available for purchase.

GuildRoleSubscription = 32

Whether the SKU is a guild role subscription.

GuildSubscription = 128

Whether the SKU is a recurring SKU, that can be purchased by a user and applied to a single server. Grants access to every user in that server.

HasFreePremiumContent = 2

Whether the SKU is free premium content.

PremiumAndDistribution = 8

Whether the SKU is a premium or distribution product.

PremiumPurchase = 1

Whether the SKU is a premium purchase.

PremiumSubscription = 64

Whether the SKU is a Discord premium subscription or related first-party product.

StickerPack = 16

Whether the SKU is a premium sticker pack.

UserSubscription = 256

Whether the SKU is a recurring SKU, purchased by a user for themselves. Grants access to the purchasing user in every server.