Rate limit metadata for the GatewayOpcodes.RequestGuildMembers opcode

interface GatewayRequestGuildMemberRateLimitMetadata {
    guild_id: string;
    nonce?: string;
}

Properties

Properties

guild_id: string

Id of the guild members were requested for

nonce?: string

Nonce used to identify the GatewayGuildMembersChunkDispatch response