Ayoob Faraji
Results
1
issues of
Ayoob Faraji
Hi I added this function in Client.php class for downloading images. ``` public function getImage($messageId) { return $this->exec('load_photo '.$messageId); } ``` but I have a problem when I want to...