Search Results for

    Show / Hide Table of Contents

    Class ThreadMembersUpdateEventArgs

    Represents arguments for ThreadMembersUpdated event.

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

    Properties

    | Improve this Doc View Source

    AddedMembers

    Gets the users who were added to the thread.

    Declaration
    public IReadOnlyList<DiscordThreadChannelMember> AddedMembers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordThreadChannelMember>
    | Improve this Doc View Source

    Guild

    Gets the guild.

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

    MemberCount

    Gets the approximate number of members in the thread, capped at 50.

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

    RemovedMembers

    Gets the users who were removed from the thread.

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

    Thread

    Gets the id of the thread.

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

    ThreadId

    Gets the id of the thread.

    Declaration
    public ulong ThreadId { get; }
    Property Value
    Type Description
    System.UInt64

    Extension Methods

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