Class: TD::Types::GameHighScores
- Defined in:
- lib/tdlib/types/game_high_scores.rb
Overview
Contains a list of game high scores.
Instance Attribute Summary collapse
-
#scores ⇒ Array<TD::Types::GameHighScore>
A list of game high scores.
Method Summary
Methods inherited from Base
Instance Attribute Details
#scores ⇒ Array<TD::Types::GameHighScore>
A list of game high scores.
5 6 7 |
# File 'lib/tdlib/types/game_high_scores.rb', line 5 def scores @scores end |