Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dot-build/type-language
Telegram TL language written in ES6
https://github.com/dot-build/type-language
Last synced: about 2 months ago
JSON representation
Telegram TL language written in ES6
- Host: GitHub
- URL: https://github.com/dot-build/type-language
- Owner: dot-build
- Created: 2016-02-15T09:09:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T09:30:11.000Z (almost 9 years ago)
- Last Synced: 2024-10-02T12:47:59.730Z (4 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeLanguage
Telegram TL written in ES6
## Library Status
Work in progress.
## TODO
- Serialization/deserialization
- Schema processing
- Namespaces
- Vector class
- Automatic Vector parsing## Prior art and inspirations
- [telegram-tl-core](https://github.com/ex3ndr/telegram-tl-core/blob/master/src/main/java/org/telegram/tl/StreamingUtils.java)
- [telegram-tl-node](https://github.com/enricostara/telegram-tl-node)
## TL Documentation
- [Telegram Docs](https://core.telegram.org/mtproto/TL)