DiscordGuildMembersChunk
@discordeno/bot • Docs
Documentation / @discordeno/bot / DiscordGuildMembersChunk
Interface: DiscordGuildMembersChunk
https://discord.com/developers/docs/events/gateway#guild-members-chunk
Properties
chunk_count
chunk_count:
number
The total number of expected chunks for this response
Defined in
packages/types/dist/types/discord.d.ts:2684
chunk_index
chunk_index:
number
The chunk index in the expected chunks for this response (0 <= chunk_index < chunk_count)
Defined in
packages/types/dist/types/discord.d.ts:2682
guild_id
guild_id:
string
The id of the guild
Defined in
packages/types/dist/types/discord.d.ts:2678
members
members:
DiscordMemberWithUser
[]
Set of guild members
Defined in
packages/types/dist/types/discord.d.ts:2680
nonce?
optional
nonce:string
The nonce used in the Guild Members Request
Defined in
packages/types/dist/types/discord.d.ts:2690
not_found?
optional
not_found:string
[]
If passing an invalid id to REQUEST_GUILD_MEMBERS
, it will be returned here
Defined in
packages/types/dist/types/discord.d.ts:2686
presences?
optional
presences:DiscordPresenceUpdate
[]
If passing true to REQUEST_GUILD_MEMBERS
, presences of the returned members will be here
Defined in
packages/types/dist/types/discord.d.ts:2688