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