telegram.PollOption

class telegram.PollOption(text, voter_count, **kwargs)

Bases: telegram.base.TelegramObject

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

text

Option text, 1-100 characters.

Type:str
voter_count

Number of users that voted for this option.

Type:int
Parameters:
  • text (str) – Option text, 1-100 characters.
  • voter_count (int) – Number of users that voted for this option.