Interface IMessageCommandInteractionData
Represents the data tied with the IMessageCommandInteraction interaction.
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IMessageCommandInteractionData : IApplicationCommandInteractionData, IDiscordInteractionData
Properties
| Improve this Doc View SourceMessage
Gets the message associated with this message command.
Declaration
IMessage Message { get; }
Property Value
Type | Description |
---|---|
IMessage |