@typed-discord/rest
    Preparing search index...

    Interface MessageComponentInteractionMetadataResponse

    interface MessageComponentInteractionMetadataResponse {
        authorizing_integration_owners: { [key: string]: `${bigint}` };
        id: `${bigint}`;
        interacted_message_id: `${bigint}`;
        original_response_message_id?: `${bigint}`;
        type: MESSAGE_COMPONENT;
        user?: UserResponse;
    }
    Index

    Properties

    authorizing_integration_owners: { [key: string]: `${bigint}` }
    id: `${bigint}`
    interacted_message_id: `${bigint}`
    original_response_message_id?: `${bigint}`