Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)