Interface IMessageCommandInteractionData
Represents the data tied with the Discord.IMessageCommandInteraction interaction.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IMessageCommandInteractionData : IApplicationCommandInteractionData, IDiscordInteractionData
Properties​
Message​
Gets the message associated with this message command.
View Source​
Declaration
IMessage Message { get; }