class
TD::MessageContent::GameScore
- TD::MessageContent::GameScore
- TD::MessageContent
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/message_content/game_score.crConstructors
- .new(game_message_id : Int64, game_id : String, score : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #game_id : String
- #game_id=(game_id : String)
- #game_message_id : Int64
- #game_message_id=(game_message_id : Int64)
- #object_type : String
- #object_type=(object_type : String)
- #score : Int32
- #score=(score : Int32)