Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to send a video via telegram bot #121

Open
Odilbukh opened this issue Dec 24, 2021 · 0 comments
Open

How to send a video via telegram bot #121

Odilbukh opened this issue Dec 24, 2021 · 0 comments

Comments

@Odilbukh
Copy link

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant