export type ClientPresenceStatus = 'online' | 'idle' | 'dnd';
The status of this presence:* **online
* * - user is online* **idle
* * - user is AFK* **dnd
* * - user is in Do Not Disturb
export type ClientPresenceStatus = 'online' | 'idle' | 'dnd';
The status of this presence:* **online
* * - user is online* **idle
* * - user is AFK* **dnd
* * - user is in Do Not Disturb