You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2022. It is now read-only.
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 download images .it usually returned false and sometimes returned true with this json file and downloaded file. I do not know why it happens and I could not download
the size of photos are about 74 KB . for example when I wanted to download 5 photos I called getImage without any interval.
what is the problem ?? Who can help me??
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I added this function in Client.php class for downloading images.
but I have a problem when I want to download images .it usually returned false and sometimes returned true with this json file and downloaded file. I do not know why it happens and I could not download
the size of photos are about 74 KB . for example when I wanted to download 5 photos I called getImage without any interval.
what is the problem ?? Who can help me??
The text was updated successfully, but these errors were encountered: