class Tourmaline::Poll
- Tourmaline::Poll
- Reference
- Object
Overview
This object contains information about a poll.
Included Modules
- JSON::Serializable
- Tourmaline::Model
Defined in:
tourmaline/models/poll.crConstructors
Instance Method Summary
- #allows_multiple_answers : Bool
- #anonymous? : Bool
- #closed? : Bool
- #correct_option_id : Int32 | Nil
- #explanation_entities : Array(Tourmaline::MessageEntity)
- #id : String
- #options : Array(PollOption)
- #question : String
- #total_voter_count : Int32
- #type : Type