Merge branch 'master' of https://github.com/danog/Madelineproto
This commit is contained in:
commit
d0168db0c8
@ -118,8 +118,8 @@ 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) {}
|
||||
|
||||
} catch (\danog\MadelineProto\RPCErrorException $e) {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user