import { type DiscordGuildMembersChunk } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Properties
members: DiscordMemberWithUser[]
Set of guild members
The chunk index in the expected chunks for this response (0 <= chunk_index < chunk_count)
If passing an invalid id to REQUEST_GUILD_MEMBERS
, it will be returned here
optional
presences: DiscordPresenceUpdate[]If passing true to REQUEST_GUILD_MEMBERS
, presences of the returned members will be here