ThreadMemberFlags
ThreadMemberFlags ⇐ Bitfield
Section titled “ThreadMemberFlags ⇐ Bitfield”A bitfield of flags for a thread member.
Kind: global class
Extends: Bitfield
- ThreadMemberFlags ⇐
Bitfield- new ThreadMemberFlags(…bit)
- .Default :
bigint - .All ⇒
- .Flags :
enum
new ThreadMemberFlags(…bit)
Section titled “new ThreadMemberFlags(…bit)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| …bit | bigint | The arguments to pass to the superclass constructor. |
ThreadMemberFlags.Default : bigint
Section titled “ThreadMemberFlags.Default : bigint”Sets the default value for the ThreadMemberFlags property.
Kind: static property of ThreadMemberFlags
Read only: true
ThreadMemberFlags.All ⇒
Section titled “ThreadMemberFlags.All ⇒”Calculates the bitwise OR of all the values in the ThreadMemberFlags.Flags object and assigns the result to the ThreadMemberFlags.All property.
Kind: static property of ThreadMemberFlags
Returns: The calculated value of ThreadMemberFlags.All.
| Param | Type | Description |
|---|---|---|
| All | bigint | All bit value. |
ThreadMemberFlags.Flags : enum
Section titled “ThreadMemberFlags.Flags : enum”An object that represents the flags for a thread member.
Kind: static enum of ThreadMemberFlags
Read only: true
Properties
| Name | Type | Default |
|---|---|---|
| Has_Interacted | bigint | |
| All_Messages | bigint | |
| Only_Mentions | bigint | |
| No_Messages | bigint | |