Interface IMessageInteraction
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a partial IDiscordInteraction within a message.
public interface IMessageInteraction
Properties
Id
Gets the snowflake id of the interaction.
ulong Id { get; }
Property Value
Name
Gets the name of the application command used.
string Name { get; }
Property Value
Type
Gets the type of the interaction.
InteractionType Type { get; }
Property Value
User
Gets the IUser who invoked the interaction.
IUser User { get; }