Poll
Anyone can set up a poll by sending a message with app=’poll’.
Arguments
Returns
Example
const params = {
question: 'Should I stay or should I go?',
choices: ['stay', 'go']
};
client.post.poll(params, wif, function(err, result) {
console.log(result);
});Learn more
Last updated