removePollVote

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

Remove a vote for a poll in a message.

Return

Executable async Call responsible for removing a vote.

Parameters

messageId

The message id where the poll is.

pollId

The poll id.

vote

The vote to remove.