Table of Contents

Interface IUserCommandInteraction

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a User Command interaction.

public interface IUserCommandInteraction : IApplicationCommandInteraction, IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Inherited Members
Extension Methods

Properties

Data

Gets the data associated with this interaction.

IUserCommandInteractionData Data { get; }

Property Value

IUserCommandInteractionData