Upgrade to layer 109
This commit is contained in:
parent
c5789f38bb
commit
5f5556aacc
@ -83,7 +83,7 @@ class MTProto extends AsyncConstruct implements TLCallback
|
|||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
const V = 134;
|
const V = 135;
|
||||||
/**
|
/**
|
||||||
* String release version.
|
* String release version.
|
||||||
*
|
*
|
||||||
@ -1159,12 +1159,12 @@ class MTProto extends AsyncConstruct implements TLCallback
|
|||||||
'lang_pack' => $lang_pack,
|
'lang_pack' => $lang_pack,
|
||||||
], 'tl_schema' => [
|
], 'tl_schema' => [
|
||||||
// TL scheme files
|
// TL scheme files
|
||||||
'layer' => 105,
|
'layer' => 109,
|
||||||
// layer version
|
// layer version
|
||||||
'src' => [
|
'src' => [
|
||||||
'mtproto' => __DIR__ . '/TL_mtproto_v1.tl',
|
'mtproto' => __DIR__ . '/TL_mtproto_v1.tl',
|
||||||
// mtproto TL scheme
|
// mtproto TL scheme
|
||||||
'telegram' => __DIR__ . '/TL_telegram_v105.tl',
|
'telegram' => __DIR__ . '/TL_telegram_v109.tl',
|
||||||
// telegram TL scheme
|
// telegram TL scheme
|
||||||
'secret' => __DIR__ . '/TL_secret.tl',
|
'secret' => __DIR__ . '/TL_secret.tl',
|
||||||
// secret chats TL scheme
|
// secret chats TL scheme
|
||||||
|
1458
src/danog/MadelineProto/TL_telegram_v109.tl
Normal file
1458
src/danog/MadelineProto/TL_telegram_v109.tl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user