Skip to main content

DiscordModalSubmitInteractionMetadata

Documentation


Documentation / @discordeno/types / DiscordModalSubmitInteractionMetadata

Interface: DiscordModalSubmitInteractionMetadata

Defined in: discord/message.ts:249

https://docs.discord.com/developers/resources/message#message-interaction-metadata-object-modal-submit-interaction-metadata-structure

Properties

authorizing_integration_owners

authorizing_integration_owners: DiscordAuthorizingIntegrationOwners

Defined in: discord/message.ts:257

IDs for installation context(s) related to an interaction


id

id: string

Defined in: discord/message.ts:251

Id of the interaction


original_response_message_id?

optional original_response_message_id?: string

Defined in: discord/message.ts:259

ID of the original response message, present only on follow-up messages


triggering_interaction_metadata

triggering_interaction_metadata: DiscordApplicationCommandInteractionMetadata | DiscordMessageComponentInteractionMetadata

Defined in: discord/message.ts:261

Metadata for the interaction that was used to open the modal, present only on modal submit interactions


type

type: InteractionTypes

Defined in: discord/message.ts:253

The type of interaction


user

user: DiscordUser

Defined in: discord/message.ts:255

User who triggered the interaction