Go to file
Alexander Zinchuk 6338f238f3 [Build]
2022-09-25 11:39:09 +02:00
.husky [Refactoring] Fix TS and ESLint errors after updating packages (#1386) 2021-08-16 14:21:33 +03:00
deploy Audio: Fix playing voice messages on iOS (follow-up) 2021-06-30 05:24:58 +03:00
dev Main Menu: Remove beta chat buttons (#1914) 2022-07-08 14:59:47 +02:00
dist [Build] 2022-09-25 11:39:09 +02:00
public [Build] 2022-09-25 11:39:09 +02:00
src Chat Picker: Support web bot and share deep links, refactoring (#2037) 2022-09-24 01:40:47 +02:00
.babelrc [Refactoring] Update dependencies (#1365) 2021-08-16 14:21:20 +03:00
.browserslistrc [Refactoring] More stylelint constraints; Update browserlist (#1708) 2022-02-20 13:39:06 +02: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 Re-write browser history; Introduce playwright tests (another attempt) (#1809) 2022-05-03 14:17:05 +01:00
.eslintrc [Refactoring] Prefer import type (#1884) 2022-05-30 15:40:11 +04:00
.gitattributes Initial commit 2021-04-09 14:11:51 +03:00
.gitignore Drop redundant tests 2021-05-24 02:09:39 +03:00
.patch-version [Build] 2022-09-25 11:39:09 +02:00
.postcssrc Initial commit 2021-04-09 14:11:51 +03:00
.stylelintrc.json Introduce Telegram Premium, public chat join requests (#1912) 2022-07-08 14:59:54 +02:00
CHANGELOG.md 1.52.0 2022-09-16 19:31:30 +02:00
jest.config.js Re-write browser history; Introduce playwright tests (another attempt) (#1809) 2022-05-03 14:17:05 +01:00
LICENSE Add license file 2021-04-16 18:32:30 +03:00
package-lock.json 1.52.0 2022-09-16 19:31:30 +02:00
package.json [Dev] Another fix for version management 2022-09-21 00:14:48 +02:00
playwright.config.ts Re-write browser history; Introduce playwright tests (another attempt) (#1809) 2022-05-03 14:17:05 +01:00
README.md Update README.md 2021-08-22 15:22:55 +03:00
tsconfig.json Main Menu: Add Beta changelog and discussion chat (#1810) 2022-04-19 15:11:48 +02:00
webpack.config.js Fix missing webmanifest in PWA for Android (#2051) 2022-09-24 01:40:24 +02:00

Telegram Web Z

This project won the first prize 🥇 at Telegram Lightweight Client Contest and now is an official Telegram client available to anyone at web.telegram.org/z.

According to the original contest rules, it has nearly zero dependencies and is fully based on its own Teact framework (which re-implements React paradigm). It also uses a custom version of GramJS as an MTProto implementation.

The project incorporates lots of technologically advanced features, modern Web APIs and techniques: WebSockets, Web Workers and WebAssembly, multi-level caching and PWA, voice recording and media streaming, cryptography and raw binary data operations, optimistic and progressive interfaces, complicated CSS/Canvas/SVG animations, reactive data streams, and so much more.

Feel free to explore, provide feedback and contribute.

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

Invoking API from console

Start your dev server and locate GramJS worker in console context.

All constructors and functions available in global GramJs variable.

Run npm run gramjs:tl full to get access to all available Telegram requests.

Example usage:

await invoke(new GramJs.help.GetAppConfig())

Bug reports and Suggestions

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