updatePoll

abstract fun updatePoll(poll: Poll, listener: RainbowListener<String, Unit>? = null)

Update a poll. The id in the poll must not be null.

Parameters

poll

The poll to update

listener

RainbowListener Callback