Interface
GatewayPresenceUpdateDispatchData
PRESENCE_UPDATE — user presence (status, activities) changed.
Properties
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
?: Snowflakestatus
?: stringuser
: { id: Snowflake; }