class
TD::Update::PollAnswer
- TD::Update::PollAnswer
- TD::Update
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/update/poll_answer.crConstructors
- .new(poll_id : String, user_id : Int64, option_ids : Array(Int32))
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #option_ids : Array(Int32)
- #option_ids=(option_ids : Array(Int32))
- #poll_id : String
- #poll_id=(poll_id : String)
- #user_id : Int64
- #user_id=(user_id : Int64)