removeVote

fun removeVote(messageId: String, pollId: String, vote: Vote)

Remove a vote for a poll in a message.

Parameters

messageId

The message id where the poll is.

pollId

The poll id.

vote

The vote that should be removed.