Table of Contents

Interface IMessageCommandInteractionData

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the data tied with the IMessageCommandInteraction interaction.

public interface IMessageCommandInteractionData : IApplicationCommandInteractionData, IDiscordInteractionData
Inherited Members

Properties

Message

Gets the message associated with this message command.

IMessage Message { get; }

Property Value

IMessage