Skip to main content
Latest
interface RequestGuildMembersCommand
import { type RequestGuildMembersCommand } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

guildId: GuildId | GuildId[]

id of the guild(s) to get members for

optional
query: string

string that username starts with, or an empty string to return all members

limit: integer

maximum number of members to send matching the query; a limit of 0 can be used with an empty string query to return all members

optional
presences: boolean

used to specify if we want the presences of the matched members

optional
userIds: UserId | UserId[]

used to specify which users you wish to fetch

optional
nonce: string

nonce to identify the Guild Members Chunk response