Skip to content

How to send a video via telegram bot #121

Description

@Odilbukh

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions