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