mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +02:00
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
Video = FunctionParameters["Video"];
|
|
Name = "NewVideo";
|
|
Description = "Video description";
|
|
|
|
Result = OPI_VK.UploadVideoToServer(Video, Name, Description, , Parameters);
|