Table of Contents

Interface IMessageCommandInteraction

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a Message Command interaction.

public interface IMessageCommandInteraction : IApplicationCommandInteraction, IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Inherited Members
Extension Methods

Properties

Data

Gets the data associated with this interaction.

IMessageCommandInteractionData Data { get; }

Property Value

IMessageCommandInteractionData