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
2017-08-22 07:02:44 +02:00
- Community-driven documentation
2017-08-22 05:53:39 +02:00
- 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 ).
2017-08-22 07:02:44 +02:00
![](https://i.imgur.com/vEBEWqq.png)
### Documentation
Anyone in the community can add documentation to constructors or methods. To do so, click the "Help document this method" button, make your changes, and submit a pull request. Simple as that!
![](https://i.imgur.com/9vcRYxy.png)