Unknown

An unknown ActivityFlag.

This is used as a fallback for ActivityFlags 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 ActivityFlag. 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: ActivityFlag): ActivityFlags

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

operator fun plus(flags: ActivityFlags): ActivityFlags

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

Link copied to clipboard
override fun toString(): String