We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af234f6 commit e15f947Copy full SHA for e15f947
src/FileId.php
@@ -273,7 +273,7 @@ public function getBotAPI(): string
273
if ($this->photoSizeSource !== null) {
274
$photoSize = $this->photoSizeSource;
275
if ($this->subVersion < 32) {
276
- assert($this->volumeId !== null);
+ \assert($this->volumeId !== null);
277
$fileId .= Tools::packLong($this->volumeId);
278
}
279
0 commit comments