Skip to main content
Module

x/discordeno/mod.ts>RequestGuildMembers

Discord API library for Deno
Latest
interface RequestGuildMembers
import { type RequestGuildMembers } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Properties

guildId: BigString

id of the guild to get members for

optional
query: string

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

limit: number

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: BigString[]

Used to specify which users you wish to fetch

optional
nonce: string

Nonce to identify the Guild Members Chunk response