static virtual NanoHTTPD.Response subBot_serveByteArray(byte[] data, S mimeType) {
  ret call(mainBot(), 'serveByteArray, data, mimeType);
}