GatewayPresenceUpdateData

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

Signature

export interface GatewayPresenceUpdateData

Properties

4

Methods

0

No methods.

Properties

since: number | null;

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

status: PresenceUpdateStatus;

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

afk: boolean;

Whether or not the client is afk