removePollVote

fun removePollVote(messageId: String, pollId: String, voteId: String): Call<Vote>

Remove a vote for a poll in a message.

Parameters

messageId

The message id where the poll is.

pollId

The poll id.

voteId

The id of the vote to remove.