Skip to main content

RequestGuildMembers

@discordeno/bot


Documentation / @discordeno/bot / RequestGuildMembers

Interface: RequestGuildMembers

Defined in: packages/types/dist/types/discordeno.d.ts:512

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

Properties

guildId

guildId: BigString

Defined in: packages/types/dist/types/discordeno.d.ts:514

id of the guild to get members for


limit

limit: number

Defined in: packages/types/dist/types/discordeno.d.ts:518

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


nonce?

optional nonce: string

Defined in: packages/types/dist/types/discordeno.d.ts:524

Nonce to identify the Guild Members Chunk response


presences?

optional presences: boolean

Defined in: packages/types/dist/types/discordeno.d.ts:520

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


query?

optional query: string

Defined in: packages/types/dist/types/discordeno.d.ts:516

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


userIds?

optional userIds: BigString[]

Defined in: packages/types/dist/types/discordeno.d.ts:522

Used to specify which users you wish to fetch