Skip to main content
Module

x/discord_api_types/v10.ts>GatewayRequestGuildMembersDataBase

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface GatewayRequestGuildMembersDataBase
import { type GatewayRequestGuildMembersDataBase } from "https://deno.land/x/discord_api_types@0.37.11/v10.ts";

Properties

guild_id: Snowflake

ID of the guild to get members for

optional
presences: boolean

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

optional
nonce: string

Nonce to identify the Guild Members Chunk response

Nonce can only be up to 32 bytes. If you send an invalid nonce it will be ignored and the reply member_chunk(s) will not have a nonce set.

See https://discord.com/developers/docs/topics/gateway#guild-members-chunk