1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-16 11:38:11 +02:00
OpenIntegrations/docs/en/examples/Twitter/CreateGifTweet.txt

8 lines
213 B
Plaintext

ImageArray = New Array;
ImageArray.Add("C:\1.gif");
ImageArray.Add("C:\2.gif");
Response = OPI_Twitter.CreateGifTweet("Gifs", ImageArray, Parameters);
Response = OPI_Tools.JSONString(Response);