2.113.1 • Published 4 years ago

protov-tl-schema v2.113.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Schema

npm version

Current TL-schema from core.telegram.org/schema.

Installation

NPM:

npm install protov-tl-schema

Yarn:

yarn add protov-tl-schema

Specific version:

yarn add protov-tl-schema@x.y.z

# x.y.z => 
#   x - mtproto schema version;
#   y - api schema version;
#   z - npm package version;
# example: 2.113.0

Usage

Example:

import schema from "protov-tl-schema"
import mtSchema from "protov-tl-schema/mtproto"

console.log(schema)
console.log(mtSchema)

De/Serializer: github.com/TelegramV/TypeLanguage