Sha256: c939650c001b4b1411e3f3b078913ad877769df8eed8f24a6adc909ef8858ba9

Contents?: true

Size: 253 Bytes

Versions: 6

Compression:

Stored size: 253 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class GameHighScore < Base
        attribute :position, Types::Integer
        attribute :user, User
        attribute :score, Types::Integer
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/game_high_score.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/game_high_score.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/game_high_score.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/game_high_score.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/game_high_score.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/game_high_score.rb