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