Skip to main content

Class RestUserCommand

Represents a REST-based user command.

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

Properties​

Data​

Gets the data associated with this interaction.

View Source​
Declaration
public RestUserCommandData Data { get; }

IUserCommandInteraction.Data​

Gets the data associated with this interaction.

View Source​
Declaration
IUserCommandInteractionData IUserCommandInteraction.Data { get; }

Implements​