telegram-bot-sdk icon indicating copy to clipboard operation
telegram-bot-sdk copied to clipboard

How to upload video and use it using file_id after that

Open LanKing opened this issue 5 years ago • 2 comments

Broked my mind, can you give any sample?

LanKing avatar Apr 14 '19 19:04 LanKing

Somebody, help please

LanKing avatar Apr 28 '19 21:04 LanKing

$telegram->sendVideo([ 'chat_id' => 'your chat id', 'video' => $up->message->video->fileId, 'caption'=> $up->message->caption, 'caption_entities' => $up->message->caption_entities, 'disable_web_page_preview' => true, ]);

0ee avatar Apr 16 '21 18:04 0ee