Interface IUserCommandInteraction
Represents a User Command interaction.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IUserCommandInteraction : IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Properties​
Data​
Gets the data associated with this interaction.
View Source​
Declaration
IUserCommandInteractionData Data { get; }