UNPKG

dograma

Version:

NodeJS/Browser MTProto API Telegram client library,

15 lines (14 loc) 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TLMessage = void 0; class TLMessage { constructor(msgId, seqNo, obj) { this.msgId = msgId; this.seqNo = seqNo; this.obj = obj; this.classType = "constructor"; } } exports.TLMessage = TLMessage; TLMessage.SIZE_OVERHEAD = 12; TLMessage.classType = "constructor";