Enum ThreadMemberFlags
Represents notification settings for a thread.
Namespace: DisCatSharp
Assembly: DisCatSharp.dll
Syntax
public enum ThreadMemberFlags
Fields
Name | Description |
---|---|
AllMessages | Indicates that the notification setting is set to all messages. |
HasInteracted | Indicates that the notification setting is set to has interacted. |
None | Indicates that the notification setting is set to none. |
OnlyMentions | Indicates that the notification setting is set to only mentions. |