1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-05 15:15:50 +02:00
OpenIntegrations/docs/en/examples/Twitter/CreateGifTweet.txt

8 lines
213 B
Plaintext
Raw Normal View History


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