protov-tl-schema
v2.113.1
Published
Current TL-schema as NPM package.
Downloads
6
Maintainers
Readme
Schema
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 [email protected]
# 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