Skip to main content

Class RestMessageCommand

Represents a REST-based message command interaction.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class RestMessageCommand : RestCommandBase, IMessageCommandInteraction, IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>

Properties​

Data​

The data associated with this interaction.

View Source​
Declaration
public RestMessageCommandData Data { get; }

IMessageCommandInteraction.Data​

Gets the data associated with this interaction.

View Source​
Declaration
IMessageCommandInteractionData IMessageCommandInteraction.Data { get; }

Implements​