1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/examples/VK/UploadPhotoToServer.txt
T
Vitaly the Alpaca (bot) 4343adce62 Main build (Jenkins)
2024-10-15 10:07:27 +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);