Types

Link copied to clipboard

Member is exempt from guild verification requirements.

Link copied to clipboard
object Companion
Link copied to clipboard

Member has completed onboarding.

Link copied to clipboard

Member has left and rejoined the guild.

Link copied to clipboard

Member has started onboarding.

Link copied to clipboard

Properties

Link copied to clipboard
val code: Int

The raw code used by Discord.

Link copied to clipboard
val shift: Int

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

Functions

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

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

operator fun plus(flags: GuildMemberFlags): GuildMemberFlags

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

Link copied to clipboard
override fun toString(): String