Table of Contents

Interface IMessageInteractionMetadata

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the metadata of an interaction.

public interface IMessageInteractionMetadata : ISnowflakeEntity, IEntity<ulong>
Inherited Members

Properties

IntegrationOwners

Gets the Ids for installation contexts related to the interaction.

IReadOnlyDictionary<ApplicationIntegrationType, ulong> IntegrationOwners { get; }

Property Value

IReadOnlyDictionary<ApplicationIntegrationType, ulong>

OriginalResponseMessageId

Gets the ID of the original response message if the message is a followup. null on original response messages.

ulong? OriginalResponseMessageId { get; }

Property Value

ulong?

Type

Gets the type of the interaction.

InteractionType Type { get; }

Property Value

InteractionType

UserId

Gets the ID of the user who triggered the interaction.

ulong UserId { get; }

Property Value

ulong