This commit is contained in:
Daniil Gentili 2019-03-13 13:20:41 +01:00
parent d385e9383b
commit 05a2c682e1
5 changed files with 12 additions and 5 deletions

2
docs

@ -1 +1 @@
Subproject commit f2a7aa5294263a5db36d252caca6183bcc70b4b6
Subproject commit dd3bf63ab7decab40ae506a611ccbe1b95ba9ac2

View File

@ -221,6 +221,7 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
if (!file_exists(\'madeline.php\')) {
copy(\'https://phar.madelineproto.xyz/madeline.php\', \'madeline.php\');
}
define(\'MADELINE_BRANCH\', \'\');
include \'madeline.php\';
$MadelineProto = new \danog\MadelineProto\API(\'session.madeline\');

View File

@ -14,9 +14,9 @@
* @license https://opensource.org/licenses/AGPL-3.0 AGPLv3
* @link https://docs.madelineproto.xyz MadelineProto documentation
*/
namespace danog\MadelineProto;
class Lang
{
public static $lang = array (
@ -4856,9 +4856,11 @@ class Lang
'object_wallPaperSettings_param_motion_type_true' => 'Motion?',
'object_wallPaperSettings_param_background_color_type_int' => 'Background color',
'object_wallPaperSettings_param_intensity_type_int' => 'Intensity',
'object_inputPrivacyKeyProfilePhoto' => '',
'object_inputPrivacyKeyForwards' => '',
),
);
// THIS WILL BE OVERWRITTEN BY $lang["en"]
public static $current_lang = array (
'req_pq' => 'Requesting pq...',
@ -9553,5 +9555,7 @@ class Lang
'object_wallPaperSettings_param_motion_type_true' => 'Motion?',
'object_wallPaperSettings_param_background_color_type_int' => 'Background color',
'object_wallPaperSettings_param_intensity_type_int' => 'Intensity',
'object_inputPrivacyKeyProfilePhoto' => '',
'object_inputPrivacyKeyForwards' => '',
);
}

View File

@ -64,7 +64,7 @@ class MTProto implements TLCallback
/*
const V = 71;
*/
const V = 119;
const V = 120;
const RELEASE = '4.0';
const NOT_LOGGED_IN = 0;
const WAITING_CODE = 1;

View File

@ -409,6 +409,8 @@ inputPrivacyKeyStatusTimestamp#4f96cb18 = InputPrivacyKey;
inputPrivacyKeyChatInvite#bdfb0426 = InputPrivacyKey;
inputPrivacyKeyPhoneCall#fabadc5f = InputPrivacyKey;
inputPrivacyKeyPhoneP2P#db9e70d2 = InputPrivacyKey;
inputPrivacyKeyProfilePhoto#5719bacc = InputPrivacyKey;
inputPrivacyKeyForwards#a4dd4c08 = InputPrivacyKey;
privacyKeyStatusTimestamp#bc2eab30 = PrivacyKey;
privacyKeyChatInvite#500e6dfa = PrivacyKey;