interface DiscordGuildMembersChunkimport { type DiscordGuildMembersChunk } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; https://discord.com/developers/docs/topics/gateway#guild-members-chunk Propertiesguild_id: stringThe id of the guild members: DiscordMemberWithUser[]Set of guild members chunk_index: numberThe chunk index in the expected chunks for this response (0 <= chunk_index < chunk_count) chunk_count: numberThe total number of expected chunks for this response optionalnot_found: string[]If passing an invalid id to REQUEST_GUILD_MEMBERS, it will be returned here optionalpresences: DiscordPresenceUpdate[]If passing true to REQUEST_GUILD_MEMBERS, presences of the returned members will be here optionalnonce: stringThe nonce used in the Guild Members Request import DiscordGuildMembersChunkimport { DiscordGuildMembersChunk } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts";