Table of Contents

Enum DiscordUserStatus

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents user status.

[JsonConverter(typeof(UserStatusConverter))]
public enum DiscordUserStatus
Extension Methods

Fields

DoNotDisturb = 4

User asked not to be disturbed.

Idle = 2

User is idle.

Invisible = 5

User is invisible. They will appear as Offline to anyone but themselves.

Offline = 0

User is offline.

Online = 1

User is online.