1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-10 04:18:47 +02:00
OpenIntegrations/docs/en/examples/VK/UploadVideoToServer.txt
Vitaly the Alpaca (bot) ad30904600 Main build (Jenkins)
2024-09-24 14:17:36 +03:00

8 lines
268 B
Plaintext

Parameters = GetVKParameters();
Video = "https://openintegrations.dev/test_data/video.mp4";
Name = "NewVideo";
Description = "Video description";
Result = OPI_VK.UploadVideoToServer(Video, Name, Description, , Parameters);