class
TD::GameHighScore
- TD::GameHighScore
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/game_high_score.crConstructors
- .new(position : Int32, user_id : Int64, score : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #position : Int32
- #position=(position : Int32)
- #score : Int32
- #score=(score : Int32)
- #user_id : Int64
- #user_id=(user_id : Int64)