UNPKG
dograma
Version:
browser (2.14.12)
latest (2.13.12)
2.14.12
2.14.10
2.14.8
2.14.6
2.14.4
2.14.1
2.13.10121013
2.13.1011
2.13.12
2.13.7
2.13.5
2.13.4
2.13.3
2.13.2
NodeJS/Browser MTProto API Telegram client library,
github.com/gram-js/gramjs
gram-js/gramjs
dograma
/
dist
/
tl
/
core
/
TLMessage.d.ts
11 lines
(10 loc)
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
bigInt
from
"big-integer"
;
export
declare
class
TLMessage
{
static
SIZE_OVERHEAD
:
number
;
static
classType
:
string
;
msgId
: bigInt.
BigInteger
;
private
classType;
private
seqNo;
obj
:
any
;
constructor
(
msgId
: bigInt.
BigInteger
,
seqNo
:
number
,
obj
:
any
); }