PollOptionAdded#
- class pyrogram.types.PollOptionAdded[source]#
This object represents a service message about an option added to 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.