Skip to main content
Version: Next

GatewayPresenceUpdate

Hierarchy

Index

Properties

optionalinheritedactivities

activities?: GatewayActivity[]

optionalinheritedclient_status

guild_id

guild_id: string

ID of the guild

optionalinheritedstatus

Either "idle", "dnd", "online", or "offline"

inheriteduser

user: Partial<APIUser> & Pick<APIUser, id>

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