1
0
mirror of https://github.com/danog/schema.tl.git synced 2024-12-02 09:18:02 +01:00
schema.tl/README.md

24 lines
670 B
Markdown
Raw Normal View History

2017-08-22 03:31:39 +02:00
# [TL-Schema Explorer](https://schema.horner.tj)
An AngularJS app to search and view the Telegram API TL-schema in a beautiful way.
2017-08-22 05:53:39 +02:00
![](https://i.imgur.com/akrelfR.png)
## Features
- Search and view TL-schema constructors, types, and methods
- Easy testing of constructors and methods with the playground
- Easy access to `schema.json` and `schema.tl`
- Always up-to-date
### Search
Search is blazing fast since everything is local.
![](https://i.imgur.com/lfAs0XQ.png)
### Playground
You can use the playground on constructor and method pages to easily test the API with [Telegram for Devs](https://tjhorner.com/webogram).
![](https://i.imgur.com/vEBEWqq.png)