1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-24 05:36:29 +02:00
OpenIntegrations/docs/en/examples/Twitter/CreatePollTweet.txt

9 lines
259 B
Plaintext
Raw Normal View History


OptionArray = New Array;
OptionArray.Add("Good");
OptionArray.Add("Nothing special");
OptionArray.Add("Bad");
Response = OPI_Twitter.CreatePollTweet("How are you?", OptionArray, 60, Parameters);
Response = OPI_Tools.JSONString(Response);