class TelegramBot::GameHighScore

Included Modules

Defined in:

telegram_bot/types/game_high_score.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def position : Int32 #

def position=(position : Int32) #

def score : Int32 #

def score=(score : Int32) #

def user : User #

def user=(user : User) #