Skip to content

Commit cc9e91a

Browse files
RiriconjAsenOsen
andauthored
Update to version 9.6.5(158 layer) (#248)
Co-authored-by: Asen <antochi.anton@yandex.ru>
1 parent 8d4642c commit cc9e91a

File tree

15 files changed

+164376
-13454
lines changed

15 files changed

+164376
-13454
lines changed

src/LibConfig.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ class LibConfig
4848

4949
public const APP_DEFAULT_DEVICE_LANG_CODE = 'en-us';
5050
public const APP_DEFAULT_LANG_CODE = 'en';
51-
public const APP_DEFAULT_VERSION = '9.9.2';
51+
public const APP_DEFAULT_VERSION = '9.6.5';
5252
// see https://www.apkmirror.com/apk/telegram-fz-llc/telegram/telegram-8-8-0-release/
5353
// universal for android 6+ has 5th digit always "2"
54-
public const APP_DEFAULT_VERSION_CODE = '29652';
54+
public const APP_DEFAULT_VERSION_CODE = '33562';
5555
public const APP_DEFAULT_LANG_PACK = 'android';
5656
// https://schema.horner.tj
57-
public const APP_DEFAULT_TL_LAYER_VERSION = 150;
57+
public const APP_DEFAULT_TL_LAYER_VERSION = 158;
5858

5959
public const ENV_AUTHKEY = 'BOT'; // env variable for authkey path
6060
}

0 commit comments

Comments
 (0)