Enum UserStatus
Represents user status.
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public enum UserStatus
Fields
Name | Description |
---|---|
DoNotDisturb | User asked not to be disturbed. |
Idle | User is idle. |
Invisible | User is invisible. They will appear as Offline to anyone but themselves. |
Offline | User is offline. |
Online | User is online. |
Streaming | User is streaming. |