Interface

GatewayPresenceUpdateDispatchData

PRESENCE_UPDATE — user presence (status, activities) changed.

Properties

NameTypeDescription
activities?Array<{ name: string; /** Activity type integer (no closed OpenAPI enum yet). */ type: number; url?: string | null; }>
custom_status?GatewayCustomStatus | nullCustom status (Fluxer).
guild_id?Snowflake
status?string
user{ id: Snowflake; }