RoleFlag

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Role can be selected by members in an onboarding prompt.

Link copied to clipboard

An unknown RoleFlag.

Properties

Link copied to clipboard
val shift: Int

The position of the bit that is set in this RoleFlag. This is always in 0..30.

Link copied to clipboard
val value: Int

The raw value used by Discord.

Functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
operator fun plus(flag: RoleFlag): RoleFlags

Returns an instance of RoleFlags that has all bits set that are set in this and flag.

operator fun plus(flags: RoleFlags): RoleFlags

Returns an instance of RoleFlags that has all bits set that are set in this and flags.

Link copied to clipboard
override fun toString(): String