PollOption#

class aiogram.types.poll_option.PollOption(*, text: str, voter_count: int, **extra_data: Any)[source]#

This object contains information about one answer option in a poll.

Source: https://core.telegram.org/bots/api#polloption

text: str#

Option text, 1-100 characters

voter_count: int#

Number of users that voted for this option