interface APIMessageComponentInteractionMetadata {
    authorizing_integration_owners: APIAuthorizingIntegrationOwnersMap;
    id: string;
    interacted_message_id: string;
    original_response_message_id?: string;
    type: MessageComponent;
    user: APIUser;
}

Hierarchy (View Summary)

Properties

authorizing_integration_owners: APIAuthorizingIntegrationOwnersMap

IDs for installation context(s) related to an interaction

id: string

ID of the interaction

interacted_message_id: string

ID of the message that contained the interactive component

original_response_message_id?: string

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

Type of interaction

user: APIUser

User who triggered the interaction