java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageGame
- Enclosing class:
- TdApi
A message with a game.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The game description. -
Constructor Summary
ConstructorDescriptionA message with a game.MessageGame
(TdApi.Game game) A message with a game.MessageGame
(DataInput input) A message with a game. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
game
The game description. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageGame
public MessageGame()A message with a game. -
MessageGame
A message with a game.- Parameters:
game
- Game The game description.
-
MessageGame
A message with a game.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-