1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00

8 lines
228 B
Plaintext

ImageArray = New Array;
ImageArray.Add("C:\logo.png");
ImageArray.Add("C:\logo_long.png");
Response = OPI_Twitter.CreateImageTweet("Alpaca", ImageArray, Parameters);
Response = OPI_Tools.JSONString(Response);