Interface IUserCommandInteractionData
Represents the data tied with the Discord.IUserCommandInteraction interaction.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IUserCommandInteractionData : IApplicationCommandInteractionData, IDiscordInteractionData
Properties​
User​
Gets the user who this command targets.
View Source​
Declaration
IUser User { get; }