Enum ThreadUserFlags
- Namespace
- NetCord
- Assembly
- NetCord.dll
Represents a ThreadUser's state, relative to a thread.
[Flags]
public enum ThreadUserFlags
Fields
AllMessages = 2User receives notifcations for all messages.
HasInteracted = 1User has interacted with the thread.
NoMessages = 8User does not receive any notifications.
None = 0User has had no thread interactions.
OnlyMentions = 4User recieves notifications only for messages that mention them.