PollOptionAdded¶
- class pyrogram.types.PollOptionAdded¶
Describes 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.text (
FormattedText, optional) – Option text.