Interface
GatewayPresenceUpdateDispatchData
PRESENCE_UPDATE — user presence (status, activities) changed.
Properties
| Name | Type | Description |
|---|---|---|
| activities? | Array<{ name: string; /** Activity type integer (no closed OpenAPI enum yet). */ type: number; url?: string | null; }> | |
| custom_status? | GatewayCustomStatus | null | Custom status (Fluxer). |
| guild_id? | Snowflake | |
| status? | string | |
| user | { id: Snowflake; } |