class Tourmaline::PollOption
- Tourmaline::PollOption
- Reference
- Object
Overview
This object contains information about one answer option in a poll.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
Instance Method Summary
-
#text : String
Option text, 1-100 characters
-
#text=(text : String)
Option text, 1-100 characters
-
#voter_count : Int32 | Int64
Number of users that voted for this option
-
#voter_count=(voter_count : Int32 | Int64)
Number of users that voted for this option