2021-01-12 02:03:23 +01:00
|
|
|
<!-- HTML for static distribution bundle build -->
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>tdlight Telegram bot API docs</title>
|
2021-07-10 09:18:36 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="dist/swagger-ui.css" />
|
2024-02-11 12:16:15 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="index.css" />
|
2021-01-12 02:03:23 +01:00
|
|
|
<link rel="icon" type="image/png" href="icons/favicon-32x32.png" sizes="32x32" />
|
|
|
|
<link rel="icon" type="image/png" href="icons/favicon-16x16.png" sizes="16x16" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="swagger-ui"></div>
|
|
|
|
<script src="dist/swagger-ui-bundle.js" charset="UTF-8"> </script>
|
|
|
|
<script src="dist/swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
|
2024-02-11 12:16:15 +01:00
|
|
|
<script src="dist/swagger-initializer.js" charset="UTF-8"> </script>
|
2021-01-12 02:03:23 +01:00
|
|
|
</body>
|
|
|
|
</html>
|