Interface IUserCommandInteractionData
Represents the data tied with the IUserCommandInteraction interaction.
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IUserCommandInteractionData : IApplicationCommandInteractionData, IDiscordInteractionData
Properties
| Improve this Doc View SourceUser
Gets the user who this command targets.
Declaration
IUser User { get; }
Property Value
Type | Description |
---|---|
IUser |