interface MessageInteractionMetadata

export interface MessageInteractionMetadata

Partial data of the interaction that a message is a result of

authorizingIntegrationOwners : AuthorizingIntegrationOwners

Mapping of integration types that the application was authorized for the related user or guild ids

id : Snowflake

The interaction's id

interactedMessageId : Snowflake | null

Id of the message that contained interactive component. Present only on messages created from component interactions

originalResponseMessageId : Snowflake | null

Id of the original response message. Present only on follow-up messages

triggeringInteractionMetadata : MessageInteractionMetadata | null

Metadata for the interaction that was used to open the modal. Present only on modal submit interactions

The type of the interaction

user : User

The user that invoked the interaction