Search Results for

    Show / Hide Table of Contents

    Class ChannelUpdateEventArgs

    Represents arguments for ChannelUpdated event.

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

    Properties

    | Improve this Doc View Source

    ChannelAfter

    Gets the post-update channel.

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

    ChannelBefore

    Gets the pre-update channel.

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

    Guild

    Gets the guild in which the update occurred.

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