Sha256: 2d679999dffd1283cebf4e162e22c3854bf02d5acef458f65f69bef31f0e53ba

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 Bytes

Contents

module TD::Types
  # A message with a game; not supported for channels or secret chats.
  #
  # @attr bot_user_id [Integer] User identifier of the bot that owns the game.
  # @attr game_short_name [TD::Types::String] Short name of the game.
  class InputMessageContent::Game < InputMessageContent
    attribute :bot_user_id, TD::Types::Coercible::Integer
    attribute :game_short_name, TD::Types::String
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/input_message_content/game.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/input_message_content/game.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_message_content/game.rb