export interface GatewayPresenceUpdate
optionalexternalGatewayActivity[] activities? :
User's current activities
See also: https://discord.com/developers/docs/topics/gateway-events#activity-object
optionalexternalGatewayPresenceClientStatus client_status? :
User's platform-dependent status
See also: https://discord.com/developers/docs/topics/gateway-events#client-status-object
externalSnowflake guild_id :
ID of the guild
optionalexternalPresenceUpdateReceiveStatus status? :
Either "idle", "dnd", "online", or "offline"
The user presence is being updated for**The user object within this event can be partial, the only field which must be sent is the id
field, everything else is optional.**
See also: https://discord.com/developers/docs/resources/user#user-object