Sha256: 16aa399d43a7de964726adb6506f75fa3c55c7214e8fbbc5b764159300243e10

Contents?: true

Size: 250 Bytes

Versions: 6

Compression:

Stored size: 250 Bytes

Contents

module TD::Types
  # Contains a list of game high scores.
  #
  # @attr scores [Array<TD::Types::GameHighScore>] A list of game high scores.
  class GameHighScores < Base
    attribute :scores, TD::Types::Array.of(TD::Types::GameHighScore)
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/game_high_scores.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/game_high_scores.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/game_high_scores.rb
tdlib-ruby-2.2.0 lib/tdlib/types/game_high_scores.rb
tdlib-ruby-2.1.0 lib/tdlib/types/game_high_scores.rb
tdlib-ruby-2.0.0 lib/tdlib/types/game_high_scores.rb