Sha256: a072b9cd68f782043360cc9c656c4a35ce68a462cf9765d495a01339db4609da
Contents?: true
Size: 549 Bytes
Versions: 1
Compression:
Stored size: 549 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::Integer attribute :game_id, TD::Types::Integer attribute :score, TD::Types::Integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/message_content/game_score.rb |