Skip to main content
Module

x/natico/discordeno_deps.ts>RequestGuildMembers

A powerful and customizable framework for Discordeno
Latest
interface RequestGuildMembers
Re-export
import { type RequestGuildMembers } from "https://deno.land/x/natico@4.0.0-pre.4/discordeno_deps.ts";

Properties

guildId: bigint

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

Used to specify which users you wish to fetch

optional
nonce: string

Nonce to identify the Guild Members Chunk response