mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-24 05:36:29 +02:00
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
|
|
||
|
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);
|