Search Results for

    Show / Hide Table of Contents

    Class ChannelCreateEventArgs

    Represents arguments for ChannelCreated event.

    Inheritance
    Object
    KuracordEventArgs
    ChannelCreateEventArgs
    Namespace: KSharpPlus.EventArgs.Channel
    Assembly: KSharpPlus.dll
    Syntax
    public class ChannelCreateEventArgs : KuracordEventArgs

    Properties

    | Improve this Doc View Source

    Channel

    Gets the channel that was created.

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

    Guild

    Gets the guild in which the channel was created.

    Declaration
    public KuracordGuild Guild { get; }
    Property Value
    Type Description
    KuracordGuild
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors