Enum RoleType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the classification of a Discord role.
public enum RoleType
Fields
Normal = 0The role type is unknown.
Bot = 1A bot or application role.
Booster = 2A booster role.
ServerProduct = 3A server product role.
PremiumSubscriber = 4A premium subscriber role.
PremiumSubscriberTier = 5A premium subscriber tier role.
PremiumSubscriberTierDraft = 6A premium subscriber tier draft role.
ExternalPlatform = 7A role linked to an external platform (e.g., Twitch or YouTube).
ExternalPlatformOrPremiumSubscriber = 8Either an external platform or premium subscriber role. Discord made it harder to distinguish..
RoleConnection = 9A role connection role.