mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-16 11:38:11 +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);
|