Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GatewayGuildMembersChunkDispatchData

Hierarchy

  • GatewayGuildMembersChunkDispatchData

Index

Properties

chunk_count?: number

The total number of expected chunks for this response

chunk_index?: number

The chunk index in the expected chunks for this response (0 <= chunk_index < chunk_count)

guild_id: string

The id of the guild

members: APIGuildMember[]
nonce?: string

The nonce used in the Guild Members Request

not_found?: unknown[]

If passing an invalid id to REQUEST_GUILD_MEMBERS, it will be returned here

presences?: GatewayPresenceUpdate[]

If passing true to REQUEST_GUILD_MEMBERS, presences of the returned members will be here

Generated using TypeDoc version 0.22.16, the 9/16/2022 at 1:09:16 AM