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

    Interface ModalSubmitInteractionMetadataResponse

    interface ModalSubmitInteractionMetadataResponse {
        authorizing_integration_owners: { [key: string]: `${bigint}` };
        id: `${bigint}`;
        original_response_message_id?: `${bigint}`;
        triggering_interaction_metadata:
            | ApplicationCommandInteractionMetadataResponse
            | MessageComponentInteractionMetadataResponse;
        type: MODAL_SUBMIT;
        user?: UserResponse;
    }
    Index

    Properties

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