Skip to content

Commit 8d4642c

Browse files
authored
Updated to version 9.9.2 (#247)
* Updated to version 9.9.2 - added layers 144-150 - updated config to 9.9.2 - updated UpdateUserName, sign_in and send_message to layer 150
1 parent 1520e8e commit 8d4642c

File tree

13 files changed

+184879
-10391
lines changed

13 files changed

+184879
-10391
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 = '8.8.5';
51+
public const APP_DEFAULT_VERSION = '9.9.2';
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 = '27212';
54+
public const APP_DEFAULT_VERSION_CODE = '29652';
5555
public const APP_DEFAULT_LANG_PACK = 'android';
5656
// https://schema.horner.tj
57-
public const APP_DEFAULT_TL_LAYER_VERSION = 143;
57+
public const APP_DEFAULT_TL_LAYER_VERSION = 150;
5858

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

0 commit comments

Comments
 (0)