GuildMemberFlags
GuildMemberFlags ⇐ Bitfield
Section titled “GuildMemberFlags ⇐ Bitfield”A bitfield that represents flags for a guild member.
Kind: global class
Extends: Bitfield
- GuildMemberFlags ⇐
Bitfield- new GuildMemberFlags(…bit)
- .Default
- .All ⇒
- .Flags :
enum
new GuildMemberFlags(…bit)
Section titled “new GuildMemberFlags(…bit)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| …bit | bigint | The arguments to pass to the superclass constructor. |
GuildMemberFlags.Default
Section titled “GuildMemberFlags.Default”Sets the default value for the GuildMemberFlags to 0n.
Kind: static property of GuildMemberFlags
| Param | Type | Description |
|---|---|---|
| Default | bigint | The default bit value to set. |
GuildMemberFlags.All ⇒
Section titled “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.
| Param | Type | Description |
|---|---|---|
| All | bigint | All bit value. |
GuildMemberFlags.Flags : enum
Section titled “GuildMemberFlags.Flags : enum”Represents the flags associated with a guild member.
Kind: static enum of GuildMemberFlags
Read only: true
Properties
| Name | Type | Default |
|---|---|---|
| Did_Rejoin | bigint | |
| Completed_Onboarding | bigint | |
| Bypasses_Verification | bigint | |
| Started_Onboarding | bigint | |