This commit is contained in:
Daniil Gentili 2017-07-31 18:59:53 +00:00
commit d0168db0c8

View File

@ -117,9 +117,9 @@ $calls = [];
var_dump($update['update']['phone_call']->configuration['shared_config']);
*/
try {
// $MadelineProto->messages->sendMessage(['peer' => $update['update']['phone_call']->getOtherID(), 'message' => 'Emojis: '.implode('', $update['update']['phone_call']->getVisualization())]);
} catch (\danog\MadelineProto\RPCErrorException $e) {}
// $MadelineProto->messages->sendMessage(['peer' => $update['update']['phone_call']->getOtherID(), 'message' => 'Emojis: '.implode('', $update['update']['phone_call']->getVisualization())]);
} catch (\danog\MadelineProto\RPCErrorException $e) {
}
}
}