Merge branch 'master' of https://github.com/danog/Madelineproto
This commit is contained in:
commit
519c24696c
@ -172,7 +172,8 @@ $users = [];
|
|||||||
try {
|
try {
|
||||||
$type = $MadelineProto->messages->sendEncryptedFile($smessage);
|
$type = $MadelineProto->messages->sendEncryptedFile($smessage);
|
||||||
} catch (\danog\MadelineProto\RPCErrorException $e) {
|
} catch (\danog\MadelineProto\RPCErrorException $e) {
|
||||||
} catch (\danog\MadelineProto\Exception $e) {}
|
} catch (\danog\MadelineProto\Exception $e) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'updateNewMessage':
|
case 'updateNewMessage':
|
||||||
|
Loading…
Reference in New Issue
Block a user