Class: TD::Types::MessageContent::Game

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/game.rb

Overview

A message with a game.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#gameTD::Types::Game

The game description.

Returns:



5
6
7
# File 'lib/tdlib/types/message_content/game.rb', line 5

def game
  @game
end