UNPKG
telegram-timeout-fix
Version:
latest (2.26.11)
2.26.11
2.26.10
2.26.9
2.26.8
NodeJS/Browser MTProto API Telegram client library,
github.com/gram-js/gramjs
gram-js/gramjs
telegram-timeout-fix
/
tl
/
core
/
TLMessage.d.ts
11 lines
(10 loc)
•
287 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
); }