import { type DiscordGuildMembersChunk } from "https://deno.land/x/oasis@2.1.0/tests/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
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