class
Telecr::Types::Poll
- Telecr::Types::Poll
- Telecr::Types::BaseType
- Reference
- Object
Defined in:
api/types.crConstructors
Instance Method Summary
- #allows_multiple_answers : Bool
- #allows_multiple_answers=(allows_multiple_answers : Bool)
- #allows_revoting : Bool | Nil
- #allows_revoting=(allows_revoting : Bool | Nil)
- #correct_option_id : Int32 | Nil
- #correct_option_id=(correct_option_id : Int32 | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #explanation : String | Nil
- #explanation=(explanation : String | Nil)
- #id : String
- #id=(id : String)
- #is_anonymous : Bool
- #is_anonymous=(is_anonymous : Bool)
- #is_closed : Bool
- #is_closed=(is_closed : Bool)
- #options : Array(PollOption)
- #options=(options : Array(PollOption))
- #question : String
- #question=(question : String)
- #total_voter_count : Int32
- #total_voter_count=(total_voter_count : Int32)
- #type : String
- #type=(type : String)