Discord.https - v3.0.16
    Preparing search index...

    Interface GatewayRequestGuildMemberRateLimitMetadata

    Rate limit metadata for the GatewayOpcodes.RequestGuildMembers opcode

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

    Properties

    Properties

    guild_id: string

    Id of the guild members were requested for

    nonce?: string

    Nonce used to identify the GatewayGuildMembersChunkDispatch response