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

8 lines
228 B
Plaintext
Raw Normal View History


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);