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