Skip to content

TelegramV/Schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Current TL-schema as NPM package.

Resources

Stars

Watchers

Forks

Packages

No packages published