Sha256: e9d826cfebaecf960cadd6e3f35f5f2784ec8e948cceb63fa1ef1a790e196838

Contents?: true

Size: 582 Bytes

Versions: 3

Compression:

Stored size: 582 Bytes

Contents

module TD::Types
  # A new high score was achieved in a game.
  #
  # @attr game_message_id [Integer] Identifier of the message with the game, can be an identifier of a deleted message.
  # @attr game_id [Integer] Identifier of the game; may be different from the games presented in the message with the
  #   game.
  # @attr score [Integer] New score.
  class MessageContent::GameScore < MessageContent
    attribute :game_message_id, TD::Types::Coercible::Integer
    attribute :game_id, TD::Types::Coercible::Integer
    attribute :score, TD::Types::Coercible::Integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/message_content/game_score.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/message_content/game_score.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/message_content/game_score.rb