Skip to content

Commit

Permalink
Updated to version 9.9.2 (#247)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Ririconj authored Dec 29, 2022
1 parent 1520e8e commit 8d4642c
Show file tree
Hide file tree
Showing 13 changed files with 184,879 additions and 10,391 deletions.
6 changes: 3 additions & 3 deletions src/LibConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class LibConfig

public const APP_DEFAULT_DEVICE_LANG_CODE = 'en-us';
public const APP_DEFAULT_LANG_CODE = 'en';
public const APP_DEFAULT_VERSION = '8.8.5';
public const APP_DEFAULT_VERSION = '9.9.2';
// see https://www.apkmirror.com/apk/telegram-fz-llc/telegram/telegram-8-8-0-release/
// universal for android 6+ has 5th digit always "2"
public const APP_DEFAULT_VERSION_CODE = '27212';
public const APP_DEFAULT_VERSION_CODE = '29652';
public const APP_DEFAULT_LANG_PACK = 'android';
// https://schema.horner.tj
public const APP_DEFAULT_TL_LAYER_VERSION = 143;
public const APP_DEFAULT_TL_LAYER_VERSION = 150;

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

0 comments on commit 8d4642c

Please sign in to comment.