mirror of
https://github.com/danog/schema.tl.git
synced 2024-11-26 20:14:52 +01:00
css | ||
docs | ||
fonts | ||
img | ||
js | ||
resources | ||
tools | ||
views | ||
CNAME | ||
genmd.js | ||
index.html | ||
README.md |
TL-Schema Explorer
An AngularJS app to search and view the Telegram API TL-schema in a beautiful way.
Features
- Search and view TL-schema constructors, types, and methods
- Community-driven documentation
- Easy testing of constructors and methods with the playground
- Easy access to
schema.json
andschema.tl
- Always up-to-date
Search
Search is blazing fast since everything is local.
Playground
You can use the playground on constructor and method pages to easily test the API with Telegram for Devs.
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!