Telegram TL v0.0.3-alpha TL.Schema

Parse and search the MTProto TL-schema (See core.telegram.org/schema/mtproto) and the API TL-schema (See core.telegram.org/schema).

Summary

Functions

Return the API TL-schema as a map. Use TL.Schema.api_layer_version/0 to get the layer version

Return the version of the API layer used

Return the MTProto TL-schema as a map

Functions

api()

Return the API TL-schema as a map. Use TL.Schema.api_layer_version/0 to get the layer version.

api_layer_version()

Return the version of the API layer used.

search(key, content, schema \\ :both)

Search the schema(s).

tl()

Return the MTProto TL-schema as a map.