messages.DeletePollAnswer#

class pyrogram.raw.functions.messages.DeletePollAnswer#

Remove an answer option from an open-answer poll

Usable by Users Bots
Details:
  • Layer: 227

  • ID: AC8505A5

Parameters:
  • peer (InputPeer) – Peer where the poll is located

  • msg_id (int 32-bit) – Message ID of the poll

  • option (bytes) – The option identifier of the answer to remove

Returns:

Updates