studio icon indicating copy to clipboard operation
studio copied to clipboard

How to send a video via telegram bot

Open Odilbukh opened this issue 3 years ago • 0 comments

BotMan Version: 2.0 PHP Version: 7.4 Messaging Service(s): Telegram Cache Driver: Laravel Description: How to send video via telegram bot to user. Please help I installed Telegram driver on to BotManStudio. It works good! But I can't send video to user via telegram bot

I tried this. But it does not work

$attachment = new Video($url);
    $message = OutgoingMessage::create()->withAttachment($attachment);

   $bot->reply($message);

Odilbukh avatar Dec 24 '21 19:12 Odilbukh