Skip to content

GuildMembersChunk

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

members

members: MemberStructure[]

chunk_index

chunk_index: number

chunk_count

chunk_count: number

not_found?

optional not_found: string[]

presences?

optional presences: PresenceUpdateEventFields[]

nonce?

optional nonce: string

Overrides

DispatchPayload.d

Defined in

typings/gateway-events.ts:468


t

t: GuildMembersChunk

Event Name

Overrides

DispatchPayload.t

Defined in

typings/gateway-events.ts:477