Upgrade to layer 109

This commit is contained in:
Daniil Gentili 2020-01-31 21:30:45 +01:00
parent c5789f38bb
commit 5f5556aacc
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 1461 additions and 3 deletions

View File

@ -83,7 +83,7 @@ class MTProto extends AsyncConstruct implements TLCallback
*
* @var int
*/
const V = 134;
const V = 135;
/**
* String release version.
*
@ -1159,12 +1159,12 @@ class MTProto extends AsyncConstruct implements TLCallback
'lang_pack' => $lang_pack,
], 'tl_schema' => [
// TL scheme files
'layer' => 105,
'layer' => 109,
// layer version
'src' => [
'mtproto' => __DIR__ . '/TL_mtproto_v1.tl',
// mtproto TL scheme
'telegram' => __DIR__ . '/TL_telegram_v105.tl',
'telegram' => __DIR__ . '/TL_telegram_v109.tl',
// telegram TL scheme
'secret' => __DIR__ . '/TL_secret.tl',
// secret chats TL scheme

File diff suppressed because it is too large Load Diff