botman / driver-telegram

BotMan Telegram Driver
MIT License
86 stars 75 forks source link

Receiving image caption #102

Closed freescout-helpdesk closed 2 years ago

freescout-helpdesk commented 2 years ago

In Telegram you can send an image and add a caption. Is it possible to retrieve a caption using Telegram Driver?

        $botman->receivesImages(function($bot, $images) {
            foreach ($images as $image) {
                 $title = $image->getTitle();
                 // $title is always empty
            }
        });
bigperson commented 2 years ago

I have some problem

filippotoso commented 2 years ago

Version 2.0.1 includes the support for captions.