botman / botman/studio

How to send a video via telegram bot

Open
#121 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
332
Forks
91
PR merge metrics
No merged PRs in 30d

Description

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);
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.