interface RequestGuildMembersimport { type RequestGuildMembers } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; https://discord.com/developers/docs/topics/gateway#request-guild-members PropertiesguildId: BigStringid of the guild to get members for optionalquery: stringString that username starts with, or an empty string to return all members limit: numberMaximum number of members to send matching the query; a limit of 0 can be used with an empty string query to return all members optionalpresences: booleanUsed to specify if we want the presences of the matched members optionaluserIds: BigString[]Used to specify which users you wish to fetch optionalnonce: stringNonce to identify the Guild Members Chunk response