retract_vote()#

Client.retract_vote()#

Retract your vote in a poll.

Usable by Users Bots
Parameters:
  • chat_id (int | str) – Unique identifier (int) or username (str) of the target chat. For your personal cloud (Saved Messages) you can simply use “me” or “self”. For a contact that exists in your Telegram address book you can use his phone number (str).

  • message_id (int) – Identifier of the original message with the poll.

Returns:

Poll – On success, the poll with the retracted vote is returned.

Example

await app.retract_vote(chat_id, message_id)