Table of Contents

Class MessageCreateEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for MessageCreated event.

public class MessageCreateEventArgs : DiscordEventArgs
Inheritance
MessageCreateEventArgs
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.

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 created.