Search Results for

    Show / Hide Table of Contents

    Class GuildMembersChunkEventArgs

    Represents arguments for GuildMembersChunked event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    GuildMembersChunkEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class GuildMembersChunkEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    ChunkCount

    Gets the total amount of chunks for the request.

    Declaration
    public int ChunkCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ChunkIndex

    Gets the current chunk index from the response.

    Declaration
    public int ChunkIndex { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Guild

    Gets the guild that requested this chunk.

    Declaration
    public DiscordGuild Guild { get; }
    Property Value
    Type Description
    DiscordGuild
    | Improve this Doc View Source

    Members

    Gets the collection of members returned from this chunk.

    Declaration
    public IReadOnlyCollection<DiscordMember> Members { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyCollection<DiscordMember>
    | Improve this Doc View Source

    Nonce

    Gets the unique string used to identify the request, if specified.

    Declaration
    public string Nonce { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NotFound

    Gets the returned Ids that were not found in the chunk, if specified.

    Declaration
    public IReadOnlyCollection<ulong> NotFound { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyCollection<System.UInt64>
    | Improve this Doc View Source

    Presences

    Gets the collection of presences returned from this chunk, if specified.

    Declaration
    public IReadOnlyCollection<DiscordPresence> Presences { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyCollection<DiscordPresence>

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems