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
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
Type
Gets the type of the interaction.
InteractionType Type { get; }
Property Value
User
Gets the user who triggered the interaction.
IUser User { get; }
Property Value
UserId
Gets the ID of the user who triggered the interaction.
ulong UserId { get; }