class
TD::PollType::Quiz
- TD::PollType::Quiz
- TD::PollType
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/poll_type/quiz.crConstructors
- .new(correct_option_id : Int32, explanation : TD::FormattedText)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #correct_option_id : Int32
- #correct_option_id=(correct_option_id : Int32)
- #explanation : TD::FormattedText
- #explanation=(explanation : TD::FormattedText)
- #object_type : String
- #object_type=(object_type : String)