retractVote

Retract a vote. User-only.

Parameters

chatId: ID

The identifier of the chat that includes the poll.

messageId: number

The identifier of the message that includes the poll.

Result

void

Syntax

await client.retractVote(chatId, messageId);