docs icon indicating copy to clipboard operation
docs copied to clipboard

Note for loading telegram drivers to receive attachments

Open sasha-x opened this issue 5 years ago • 0 comments

It seems I can't reopen #69 , but info is actual and absent in main docs.

You need to manually load corresponding driver to receive attachments, for example:

DriverManager::loadDriver(\BotMan\Drivers\Telegram\TelegramPhotoDriver::class);

Otherwise it silently don't work.

Add it somewhere, plz. Here: https://github.com/botman/docs/blob/master/driver-telegram.md or here: https://github.com/botman/docs/blob/master/receiving-additional-content.md .

Should I make PR?

sasha-x avatar Sep 05 '19 19:09 sasha-x