Unknown

An unknown RoleFlag.

This is used as a fallback for RoleFlags that haven't been added to Kord yet.

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