Preview environment

interface APIModalSubmitInteractionMetadata

export interface APIModalSubmitInteractionMetadata extends APIBaseInteractionMetadata<InteractionType.ModalSubmit>

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

authorizing_integration_owners : APIAuthorizingIntegrationOwnersMap

IDs for installation context(s) related to an interaction

Inherited from: APIBaseInteractionMetadata

ID of the interaction

Inherited from: APIBaseInteractionMetadata

optional
original_response_message_id? : Snowflake

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

Inherited from: APIBaseInteractionMetadata

Metadata for the interaction that was used to open the modal

type : Type

Type of interaction

Inherited from: APIBaseInteractionMetadata

user : APIUser

User who triggered the interaction

Inherited from: APIBaseInteractionMetadata