Enum ThreadMemberFlags
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents notification settings for a thread.
public enum ThreadMemberFlags
Fields
HasInteracted = 1Indicates that the notification setting is set to has interacted.
AllMessages = 2Indicates that the notification setting is set to all messages.
OnlyMentions = 4Indicates that the notification setting is set to only mentions.
None = 8Indicates that the notification setting is set to none.