Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-03-27 22:50:24 +00:00 committed by StyleCI Bot
parent 4d15599943
commit 7b266eda4d

View File

@ -79,7 +79,8 @@ try {
$chatID = $MadelineProto->get_info($update['update']);
$type = $chatID['type'];
$chatID = $chatID['bot_api_id'];
} catch (Exception $e) {}
} catch (Exception $e) {
}
if (isset($update['update']['message']['from_id'])) {
$userID = $update['update']['message']['from_id'];