Go to file
2021-04-27 20:00:20 +03:00
.github/workflows Initial commit 2021-04-09 14:11:51 +03:00
deploy Initial commit 2021-04-09 14:11:51 +03:00
dev Initial commit 2021-04-09 14:11:51 +03:00
dist [Build] 2021-04-26 16:12:19 +03:00
public Push Notifications: Initial support (#1046) 2021-04-26 15:47:10 +03:00
src Chat, Poll: Fix UI issues (#1050) 2021-04-27 20:00:20 +03:00
tests Initial commit 2021-04-09 14:11:51 +03:00
.babelrc Initial commit 2021-04-09 14:11:51 +03:00
.browserslistrc Initial commit 2021-04-09 14:11:51 +03:00
.editorconfig Initial commit 2021-04-09 14:11:51 +03:00
.env.example Initial commit 2021-04-09 14:11:51 +03:00
.eslintignore Initial commit 2021-04-09 14:11:51 +03:00
.eslintrc Initial commit 2021-04-09 14:11:51 +03:00
.gitattributes Initial commit 2021-04-09 14:11:51 +03:00
.gitignore [Build] 2021-04-12 17:56:48 +03:00
.postcssrc Initial commit 2021-04-09 14:11:51 +03:00
jest.config.js Initial commit 2021-04-09 14:11:51 +03:00
LICENSE Add license file 2021-04-16 18:32:30 +03:00
package-lock.json Replace CacheApiSession with IdbSession to fix crashes on iOS 2021-04-26 15:39:15 +03:00
package.json Replace CacheApiSession with IdbSession to fix crashes on iOS 2021-04-26 15:39:15 +03:00
README.md Update README.md 2021-04-16 17:51:22 +03:00
tsconfig.json Initial commit 2021-04-09 14:11:51 +03:00
webpack.config.js Left Menu: Add Telegram Features, Report Bug and app info items 2021-04-14 00:30:23 +03:00

Telegram Web Z

Local setup

mv .env.example .env

npm i

Obtain API ID and API hash on my.telegram.org and populate the .env file.

Dev mode

npm run dev

If you find an issue with this app, let Telegram know using the Suggestions Platform.