Skip to content

GuildMemberUpdate

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)

guild_id

guild_id: string

roles

roles: string[]

user

user: Structure

nick?

optional nick: null | string

avatar

avatar: null | string

joined_at

joined_at: null | string

ISO8601 Timestamp

premium_since?

optional premium_since: null | string

ISO8601 Timestamp

deaf?

optional deaf: boolean

mute?

optional mute: boolean

pending?

optional pending: boolean

communication_disabled_until?

optional communication_disabled_until: null | string

ISO8601 Timestamp

Overrides

DispatchPayload.d

Defined in

typings/gateway-events.ts:448


t

t: GuildMemberUpdate

Event Name

Overrides

DispatchPayload.t

Defined in

typings/gateway-events.ts:464