diff --git a/src/danog/MadelineProto/TL/TL.php b/src/danog/MadelineProto/TL/TL.php index 24df5e21..6b1435a5 100644 --- a/src/danog/MadelineProto/TL/TL.php +++ b/src/danog/MadelineProto/TL/TL.php @@ -349,7 +349,7 @@ trait TL $constructorData = $this->constructors->find_by_predicate($type['type'], $layer); if ($constructorData === false) { - throw new Exception('Predicate was not set!'); + throw new Exception('Predicate (value under _) was not set!'); } $auto = true; $object['_'] = $constructorData['predicate'];