php-telegram-cli-client icon indicating copy to clipboard operation
php-telegram-cli-client copied to clipboard

php-client for telegram-cli

Results 9 php-telegram-cli-client issues
Sort by recently updated
recently updated
newest added

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...

I installed this package and did all of the specified steps. But the running Example.php displays 500 internal error. Whats happened? Whats wrong? How could i fix this?

help wanted

It said no version matching my php. Even with `ignore-platform-reqs`

hey dude . when i use getContactList() it's return NULL to me , i can't understand why . ! i even use your exmaple file , it's return null to...

Searching for public usernames and returning user object if present

Hi Sorry,I have a question about your project(telegram). Can I get the message channels that I'm not their admin? I want write a script that read message from other chanel...