PollOptionDeleted#
- class pyrogram.types.PollOptionDeleted[source]#
This object represents a service message about an option deleted from a poll.
- Parameters:
poll_message (
Message, optional) – Message containing the poll to which the option was added, if known.option_persistent_id (
str) – Unique identifier of the added option.option_text (
FormattedText) – Option text.