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

    Type Alias ModalSubmitFromMessageResponse

    ModalSubmitFromMessageResponse: CallbackResponse<
        | Types.CreateMessageInteractionCallbackRequest
        | Types.DeferredCreateMessageInteractionCallbackRequest
        | Types.DeferredUpdateMessageInteractionCallbackRequest
        | Types.UpdateMessageInteractionCallbackRequest,
    >

    Response type for modal submit interactions that are associated with a message.