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

Send Picture with Caption - Update Client.php

Open manufuentescr opened this issue 8 years ago • 1 comments

Send Picture with Caption

manufuentescr avatar Aug 12 '16 20:08 manufuentescr

One should probably check if a caption was specified!

I'd suggest to use public function sendPicture($peer, $path, $caption = false) and return $this->exec('send_photo ' . $peer . ' ' . $formattedPath .(($caption !== false)?' ' . $caption:''));

fealXX avatar Aug 15 '16 01:08 fealXX