Interface IMessageCommandInteraction
Represents a Message Command interaction.
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IMessageCommandInteraction : IApplicationCommandInteraction, IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Properties
| Improve this Doc View SourceData
Gets the data associated with this interaction.
Declaration
IMessageCommandInteractionData Data { get; }
Property Value
Type | Description |
---|---|
IMessageCommandInteractionData |