Search Results for

    Show / Hide Table of Contents

    Class ThreadDeleteEventArgs

    Represents arguments for ThreadDeleted event.

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

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild this thread belonged to.

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

    Parent

    Gets the threads parent channel.

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

    Thread

    Gets the thread that was deleted.

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

    Type

    Gets the threads type.

    Declaration
    public ChannelType Type { get; }
    Property Value
    Type Description
    ChannelType

    Extension Methods

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