studio
studio copied to clipboard
How to send a video via telegram bot
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);