Search Results for

    Show / Hide Table of Contents

    Class MessageUpdateEventArgs

    Represents arguments for MessageUpdated event.

    Inheritance
    Object
    KuracordEventArgs
    MessageUpdateEventArgs
    Namespace: KSharpPlus.EventArgs.Message
    Assembly: KSharpPlus.dll
    Syntax
    public class MessageUpdateEventArgs : KuracordEventArgs

    Properties

    | Improve this Doc View Source

    Author

    Gets the author of the message.

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

    Channel

    Gets the channel this message belongs to.

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

    Guild

    Gets the guild this message belongs to.

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

    Member

    Gets the guild member who is the author of the message.

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

    MessageAfter

    Gets the message that was updated.

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

    MessageBefore

    Gets the message before it got updated. This property will be null if the message was not cached.

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