addVote

abstract suspend fun addVote(pollId: String, choices: List<Int>): Poll

Votes on a poll for the given choices.