Increase version
This commit is contained in:
parent
ce41b6b60b
commit
e188d647c6
@ -92,7 +92,7 @@ class MTProto extends AsyncConstruct implements TLCallback
|
|||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
const V = 144;
|
const V = 145;
|
||||||
/**
|
/**
|
||||||
* String release version.
|
* String release version.
|
||||||
*
|
*
|
||||||
@ -1275,7 +1275,7 @@ class MTProto extends AsyncConstruct implements TLCallback
|
|||||||
// mtproto TL scheme
|
// mtproto TL scheme
|
||||||
'mtproto' => __DIR__.'/TL_mtproto_v1.tl',
|
'mtproto' => __DIR__.'/TL_mtproto_v1.tl',
|
||||||
// telegram TL scheme
|
// telegram TL scheme
|
||||||
'telegram' => __DIR__.'/TL_telegram_v113.tl',
|
'telegram' => __DIR__.'/TL_telegram_v117.tl',
|
||||||
// secret chats TL scheme
|
// secret chats TL scheme
|
||||||
'secret' => __DIR__.'/TL_secret.tl',
|
'secret' => __DIR__.'/TL_secret.tl',
|
||||||
// bot API TL scheme
|
// bot API TL scheme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user