retractVote
Retract a vote. User-only.
Parameters
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);
Retract a vote. User-only.
The identifier of the chat that includes the poll.
The identifier of the message that includes the poll.
await client.retractVote(chatId, messageId);