Enum UserStatus
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Defines the available Discord user status.
public enum UserStatus
Fields
AFK = 3
The user is AFK.
DoNotDisturb = 4
The user is busy.
Idle = 2
The user is idle.
Invisible = 5
The user is invisible.
Offline = 0
The user is offline.
Online = 1
The user is online.