Class: TD::Types::GameHighScores

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/game_high_scores.rb

Overview

Contains a list of game high scores.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#scoresArray<TD::Types::GameHighScore>

A list of game high scores.

Returns:



5
6
7
# File 'lib/tdlib/types/game_high_scores.rb', line 5

def scores
  @scores
end