Table of Contents

Enum RoleType

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents the type of a role.

public enum RoleType : ushort

Fields

Booster = 2

Represents the role representing a booster.

BotSpecified = 1

Represents the role was created by system when a bot joined the guild.

Everyone = 255

Represents the role is the default everyone role.

UserCreated = 0

Represents the role was created by a user.