Table of Contents

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

ulong

Name

Gets the name of the application command used.

string Name { get; }

Property Value

string

Type

Gets the type of the interaction.

InteractionType Type { get; }

Property Value

InteractionType

User

Gets the IUser who invoked the interaction.

IUser User { get; }

Property Value

IUser