interface GatewayPresenceUpdateData

external
export interface GatewayPresenceUpdateData

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

external
activities : GatewayActivityUpdateData[]

The user's activitiesSee https://discord.com/developers/docs/topics/gateway-events#activity-object

external
afk : boolean

Whether or not the client is afk

external
since : number | null

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

external
status : PresenceUpdateStatus

The user's new statusSee https://discord.com/developers/docs/topics/gateway-events#update-presence-status-types