@telegram-apps/analytics
Advanced tools
Comparing version 1.3.0-beta.3 to 1.3.0-beta.4
{ | ||
"name": "@telegram-apps/analytics", | ||
"version": "1.3.0-beta.3", | ||
"version": "1.3.0-beta.4", | ||
"main": "dist/index.js", | ||
@@ -48,3 +48,2 @@ "type": "module", | ||
}, | ||
"description": "Telegram analytics is a unique SDK that turns your mini-application into a source of valuable data.", | ||
"directories": { | ||
@@ -51,0 +50,0 @@ "test": "tests" |
@@ -5,2 +5,4 @@ # Telegram Analytics | ||
--- | ||
### [Documentation](https://docs.tganalytics.xyz) | ||
@@ -47,5 +49,5 @@ | ||
telegramAnalytics.init({ | ||
token: 'eyJhcHBfbmFtZSI6Im9sb2xvIiwiYXBwX3VybCI6Imh0dHBzLy90Lm1lL0JvdEZhdGhlciIsImFwcF9kb21haW4iOiJodHRwczovL3RnYW5hbHl0aWNzLnh5eiJ9!WR0Bqg7uQIUfYDqRNC0NKXyijX+QHML6oAgheuf1wKI=', | ||
appName: 'ololo', | ||
token: 'YOUR_TOKEN', | ||
appName: 'APP_NAME', | ||
}); | ||
``` |
51
221704