1
0
mirror of https://github.com/danog/schema.tl.git synced 2025-01-22 13:52:46 +01:00
This commit is contained in:
TJ Horner 2017-08-21 20:53:39 -07:00
parent 960d9b2da7
commit f6087938dd

View File

@ -2,4 +2,23 @@
An AngularJS app to search and view the Telegram API TL-schema in a beautiful way.
![](https://i.imgur.com/rRrFA6R.png)
![](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)