class Telegram::API::GameHighScore
- Telegram::API::GameHighScore
- Telegram::API::Type
- Reference
- Object
Overview
This object represents one row of the high scores table for a game.
Defined in:
telegram/api/generated/types.crConstructors
- .new(position : Int32, user : User, score : Int32)
-
.new(pull : JSON::PullParser)
This object represents one row of the high scores table for a game.
Instance Method Summary
-
#position : Int32
Position in high score table for the game
-
#position=(position : Int32)
Position in high score table for the game
-
#score : Int32
Score
-
#score=(score : Int32)
Score
-
#user : User
User
-
#user=(user : User)
User
Instance methods inherited from class Telegram::API::Type
==(other)
==,
client
client
Constructor methods inherited from class Telegram::API::Type
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
This object represents one row of the high scores table for a game.