Class MessageUpdateEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for MessageUpdated event.
public class MessageUpdateEventArgs : DiscordEventArgs
- Inheritance
-
MessageUpdateEventArgs
- Inherited Members
Properties
- Author
Gets the author of the message.
- Channel
Gets the channel this message belongs to.
- Guild
Gets the guild this message belongs to.
- GuildId
Gets the guild id in case it couldn't convert.
- MentionedChannels
Gets the collection of mentioned channels.
- MentionedRoles
Gets the collection of mentioned roles.
- MentionedUsers
Gets the collection of mentioned users.
- Message
Gets the message that was updated.
- MessageBefore
Gets the message before it got updated. This property will be null if the message was not cached.