telegram-bot-sdk
telegram-bot-sdk copied to clipboard
How to upload video and use it using file_id after that
Broked my mind, can you give any sample?
Somebody, help please
$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,
]);