GUILD_MEMBERS_CHUNK
Signature
export declare const GUILD_MEMBERS_CHUNK: (self: UsingClient, data: GatewayGuildMembersChunkDispatchData) => { guildId: string; chunkIndex: number; chunkCount: number; notFound?: {}[] | undefined; presences?: { ...; }[] | undefined; nonce?: string | undefined; } & { ...; };Members
This export does not declare public properties or methods in the generated declaration file.