1
0
mirror of https://github.com/danog/schema.tl.git synced 2024-11-26 20:14:52 +01:00
schema.tl/README.md
TJ Horner 0ee155190b ddd
2017-08-21 22:02:44 -07:00

953 B

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 and schema.tl
  • Always up-to-date

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!