I'm sorry, it is my first issue on GitHub. I can't send video to the chat from my profile or youtube. Can you help me?
Here is my code:
$bot->send(new VideoMessage($message['sender']['id'], "https://youtu.be/_PBlykN4KIY"));
But it works with photos
$bot->send(new ImageMessage($message['sender']['id'], "imagepath"));
I'm sorry, it is my first issue on GitHub. I can't send video to the chat from my profile or youtube. Can you help me?
Here is my code:
$bot->send(new VideoMessage($message['sender']['id'], "https://youtu.be/_PBlykN4KIY"));
But it works with photos
$bot->send(new ImageMessage($message['sender']['id'], "imagepath"));