文件名称:mtproto-core:用于浏览器和nodejs的电报API JS(MTProto)客户端库
文件大小:159KB
文件格式:ZIP
更新时间:2024-02-20 09:49:09
api client library browser telegram
@ mtproto /核心 用于浏览器和Node.js的电报API JS(MTProto)客户端库 实际。 API方案中的121层 快速。 将WebSocket用于浏览器并将TCP用于nodejs 简单。 密码和字节被隐藏。 向API 聪明。 自动所有DC上的 活动。 通过EventEmitter API 2FA。 使用来计算2FA参数 安装 yarn add @mtproto/core -E # or npm i @mtproto/core -E 快速开始 您需要api_id和api_hash 。 如果还没有,请按照官方说明进行操作:。 const { MTProto } = require ( '@mtproto/core' ) ; const api_id = 'YOU_API_ID' ; const api_hash = 'YOU_API_HASH' ; // 1. Create an instance const mtproto = new MTProto ( { api_id , api_hash , } ) ; // 2. Provide params fo
【文件预览】:
mtproto-core-master
----.gitignore(393B)
----contributing.md(146B)
----package.json(2KB)
----src()
--------transport()
--------storage()
--------index.js(3KB)
--------__tests__()
--------utils()
--------rpc()
--------tl()
----changelog.md(263B)
----scheme()
--------mtproto.json(9KB)
--------api.json(228KB)
----LICENSE(34KB)
----index.js(139B)
----.github()
--------workflows()
----scripts()
--------generate-builder.js(4KB)
--------generate-parser.js(3KB)
----readme.md(6KB)
----.npmignore(61B)
----docs()
--------authentication.md(2KB)
--------handling-common-errors.md(1KB)
----yarn.lock(179KB)
----index.d.ts(957B)