Chameleon
    Preparing search index...

    Interface MessageInteractionMetadata

    interface MessageInteractionMetadata {
        id: string;
        type: number;
        user: User;
        authorizingIntegrationOwners: Record<string, string>;
        originalResponseMessageId?: string;
        targetUser?: User;
        targetMessageId?: string;
        interactedMessageId?: string;
        triggeringInteractionMetadata?: MessageInteractionMetadata;
    }
    Index

    Properties

    id: string
    type: number
    user: User
    authorizingIntegrationOwners: Record<string, string>
    originalResponseMessageId?: string
    targetUser?: User
    targetMessageId?: string
    interactedMessageId?: string
    triggeringInteractionMetadata?: MessageInteractionMetadata