Enum Status
Represents a user's online status/presence.
public enum Status
Fields
Dnd = 1User is in "Do Not Disturb" mode (busy, notifications suppressed).
Idle = 2User is idle/away from keyboard.
Invisible = 3User appears offline to others (invisible mode).
Online = 0User is online and active.