interface APIBaseInteractionMetadata<Type extends InteractionType> {
    authorizing_integration_owners: APIAuthorizingIntegrationOwnersMap;
    id: string;
    original_response_message_id?: string;
    type: Type;
    user: APIUser;
}

Type Parameters

Hierarchy (View Summary)

Properties

authorizing_integration_owners: APIAuthorizingIntegrationOwnersMap

IDs for installation context(s) related to an interaction

id: string

ID of the interaction

original_response_message_id?: string

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

type: Type

Type of interaction

user: APIUser

User who triggered the interaction