Enum UserStatus
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents user status.
[JsonConverter(typeof(UserStatusConverter))]
public enum UserStatus
Fields
Offline = 0
User is offline.
Online = 1
User is online.
Idle = 2
User is idle.
DoNotDisturb = 4
User asked not to be disturbed.
Invisible = 5
User is invisible. They will appear as Offline to anyone but themselves.
Streaming = 6
User is streaming.