Interface

PresenceUpdateOptions

CamelCase presence for ClientUser.

Properties

activities?: Array<{ name: string; type: number; url?: string | null }>
afk?: boolean
customStatus?: { text?: string | null; emojiName?: string | null; emojiId?: string | null; } | null
since?: number | null
status: 'online' | 'idle' | 'dnd' | 'invisible'