class
TD::PushMessageContent::GameScore
Included Modules
- JSON::Serializable
Defined in:
telegram/types/push_message_content/game_score.crConstructors
- .new(title : String, score : Int32, is_pinned : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #is_pinned : Bool
- #is_pinned=(is_pinned : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #score : Int32
- #score=(score : Int32)
- #title : String
- #title=(title : String)