Skip to main content

DiscordUpdatePresence

Documentation


Documentation / @discordeno/types / DiscordUpdatePresence

Interface: DiscordUpdatePresence

Defined in: discord/gateway.ts:301

https://docs.discord.com/developers/events/gateway-events#update-presence-gateway-presence-update-structure

Properties

activities

activities: DiscordBotActivity[]

Defined in: discord/gateway.ts:305

The user's activities


afk

afk: boolean

Defined in: discord/gateway.ts:309

Whether or not the client is afk


since

since: number | null

Defined in: discord/gateway.ts:303

Unix time (in milliseconds) of when the client went idle, or null if the client is not idle


status

status: "online" | "dnd" | "idle" | "invisible"

Defined in: discord/gateway.ts:307

The user's new status