PollOption¶
- class telegram.PollOption(text, voter_count, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectThis object contains information about one answer option in a poll.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
textandvoter_countare equal.- Parameters:
voter_count (
int) – Number of users that voted for this option.
Available In
- MAX_LENGTH = 100[source]¶
telegram.constants.PollLimit.MAX_OPTION_LENGTHNew in version 20.0.
- MIN_LENGTH = 1[source]¶
telegram.constants.PollLimit.MIN_OPTION_LENGTHNew in version 20.0.