Table of Contents

Enum ThreadUserFlags

Namespace
NetCord
Assembly
NetCord.dll

Represents a ThreadUser's state, relative to a thread.

[Flags]
public enum ThreadUserFlags

Fields

AllMessages = 2

User receives notifcations for all messages.

HasInteracted = 1

User has interacted with the thread.

NoMessages = 8

User does not receive any notifications.

None = 0

User has had no thread interactions.

OnlyMentions = 4

User recieves notifications only for messages that mention them.