update tgbotapi and add webapps example

This commit is contained in:
2022-04-29 20:57:16 +06:00
parent 222134836a
commit 0b7d8c087f
17 changed files with 186 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Web App Example</title>
</head>
<body>
<script type="application/javascript" src="https://telegram.org/js/telegram-web-app.js"></script>
<script type="application/javascript" src="WebApp.js"></script>
</body>
</html>