Sha256: 35f86d601d32352d159a32b5d48a14c998ca549245191c00a7438d9e1076b388

Contents?: true

Size: 393 Bytes

Versions: 4

Compression:

Stored size: 393 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 [String] Short name of the game.
  class InputMessageContent::Game < InputMessageContent
    attribute :bot_user_id, TD::Types::Integer
    attribute :game_short_name, TD::Types::String
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/input_message_content/game.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_message_content/game.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_message_content/game.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_message_content/game.rb