Search Results for

    Show / Hide Table of Contents

    Class MessageUpdateEventArgs

    Represents arguments for MessageUpdated event.

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

    Properties

    | Improve this Doc View Source

    Author

    Gets the author of the message.

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

    Channel

    Gets the channel this message belongs to.

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

    Guild

    Gets the guild this message belongs to.

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

    MentionedChannels

    Gets the collection of mentioned channels.

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

    MentionedRoles

    Gets the collection of mentioned roles.

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

    MentionedUsers

    Gets the collection of mentioned users.

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

    Message

    Gets the message that was updated.

    Declaration
    public DiscordMessage Message { get; }
    Property Value
    Type Description
    DiscordMessage
    | 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 DiscordMessage MessageBefore { get; }
    Property Value
    Type Description
    DiscordMessage

    Extension Methods

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