Table of Contents

Class DiscordInteractionMetadata

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents the interaction metadata.

public sealed class DiscordInteractionMetadata : SnowflakeObject
Inheritance
DiscordInteractionMetadata
Inherited Members

Properties

AuthorizingIntegrationOwners

This is the same field on interaction.

InteractedMessageId

The ID of the message that was interacted with to trigger the interaction.

note

For messages created from message component interactions.

Check Type to determine if this field is represented.

Name

The name of the application command.

note

For messages created from application command interactions.

Check Type to determine if this field is represented.

OriginalResponseMessageId

On followup messages only, this will be the ID of the original response message.

On original response messages this will not be present.

TriggeringInteractionMetadata

The interaction metadata of the interaction that responded with the modal.

note

For messages created from a modal submit interaction.

Check Type to determine if this field is represented.

Type

Type of the interaction.

User

Ther user who triggered the interaction.