1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-11 11:41:56 +02:00

12 lines
431 B
Plaintext
Raw Normal View History

 Parameters = GetVKParameters();
URL = "https://github.com/Bayselonarrend/OpenIntegrations";
2024-09-29 00:25:48 +03:00
Image = "https://openintegrations.dev/test_data/picture.jpg"; // URL, Path to file or Binary Data
TFN = GetTempFileName("png");
CopyFile(Image, TFN);
Image = New BinaryData(TFN);
Result = OPI_VK.CreateStory(Image , URL, Parameters);
Result = OPI_VK.CreateStory(TFN, , Parameters);