From e188d647c6dd5414e03224c274039076de028c48 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 12 Sep 2020 13:59:57 +0200 Subject: [PATCH] Increase version --- src/danog/MadelineProto/MTProto.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/danog/MadelineProto/MTProto.php b/src/danog/MadelineProto/MTProto.php index d11f3baa..6a7377c9 100644 --- a/src/danog/MadelineProto/MTProto.php +++ b/src/danog/MadelineProto/MTProto.php @@ -92,7 +92,7 @@ class MTProto extends AsyncConstruct implements TLCallback * * @var int */ - const V = 144; + const V = 145; /** * String release version. * @@ -1275,7 +1275,7 @@ class MTProto extends AsyncConstruct implements TLCallback // mtproto TL scheme 'mtproto' => __DIR__.'/TL_mtproto_v1.tl', // telegram TL scheme - 'telegram' => __DIR__.'/TL_telegram_v113.tl', + 'telegram' => __DIR__.'/TL_telegram_v117.tl', // secret chats TL scheme 'secret' => __DIR__.'/TL_secret.tl', // bot API TL scheme