Interface IComponentInteraction
Represents an interaction type for Message Components.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IComponentInteraction : IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Properties​
Data​
Gets the data received with this interaction, contains the button that was clicked.
View Source​
Declaration
IComponentInteractionData Data { get; }
Message​
Gets the message that contained the trigger for this interaction.
View Source​
Declaration
IUserMessage Message { get; }