Skip to content

GuildMemberFlags

GuildMemberFlags ⇐ Bitfield

A bitfield that represents flags for a guild member.

Kind: global class
Extends: Bitfield

new GuildMemberFlags(…bit)

Constructs a new instance of the class.

ParamTypeDescription
…bitbigintThe arguments to pass to the superclass constructor.

GuildMemberFlags.Default

Sets the default value for the GuildMemberFlags to 0n.

Kind: static property of GuildMemberFlags

ParamTypeDescription
DefaultbigintThe default bit value to set.

GuildMemberFlags.All ⇒

Calculates the bitwise OR of all the values in the GuildMemberFlags.Flags object and assigns the result to the GuildMemberFlags.All property.

Kind: static property of GuildMemberFlags
Returns: The calculated value of GuildMemberFlags.All.

ParamTypeDescription
AllbigintAll bit value.

GuildMemberFlags.Flags : enum

Represents the flags associated with a guild member.

Kind: static enum of GuildMemberFlags
Read only: true
Properties

NameTypeDefault
Did_Rejoinbigint
Completed_Onboardingbigint
Bypasses_Verificationbigint
Started_Onboardingbigint