1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-10 04:18:47 +02:00
OpenIntegrations/docs/en/examples/VK/UploadPhotoToServer.txt
Vitaly the Alpaca (bot) 7ed0455efe Main build (Jenkins)
2024-10-12 15:46:40 +03:00

7 lines
230 B
Plaintext

Parameters = GetVKParameters();
Image = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary Data or Path to file
View = "Post";
Result = OPI_VK.UploadPhotoToServer(Image, Parameters, View);