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