Skip to content

PresenceUpdate

Extends

Properties

op

op: Dispatch

Gateway OpCode

Inherited from

DispatchPayload.op

Defined in

typings/gateway-events.ts:55


s

s: number

Sequence Number

Inherited from

DispatchPayload.s

Defined in

typings/gateway-events.ts:56


d

d: object

Event Data (Any JSON value)

user

user: Partial<Structure> & Pick<Structure, "id">

Only id will always exist

guild_id

guild_id: string

status

status: Status

activities

activities: ActivityStructure[]

client_status

client_status: object

client_status.desktop?

optional desktop: Status

client_status.mobile?

optional mobile: Status

client_status.web?

optional web: Status

Overrides

DispatchPayload.d

Defined in

typings/gateway-events.ts:665


t

t: PresenceUpdate

Event Name

Overrides

DispatchPayload.t

Defined in

typings/gateway-events.ts:677