PollOptionDeleted

class pyrogram.types.PollOptionDeleted

Describes a service message about an option deleted from a poll.

Parameters:
  • poll_message (Message, optional) – Message containing the poll from which the option was deleted, if known.

  • option_persistent_id (str) – Unique identifier of the deleted option.

  • text (FormattedText, optional) – Option text.