export type PresenceStatus = PresenceStatusData | 'offline';
The status of this presence: - online
- user is online - idle
- user is AFK - offline
- user is offline or invisible - dnd
- user is in Do Not Disturb
export type PresenceStatus = PresenceStatusData | 'offline';
The status of this presence: - online
- user is online - idle
- user is AFK - offline
- user is offline or invisible - dnd
- user is in Do Not Disturb