Introduction
Getting Started
API Reference
Topic Guides
Meta
Telegram API
pyrogram.
PollOption
Contains information about one answer option in a poll.
text (str) – Option text, 1-100 characters.
str
voter_count (int) – Number of users that voted for this option. Equals to 0 until you vote.
int
data (bytes) – The data this poll option is holding.
bytes