Package it.tdlight.jni
Class TdApi.MessageGame
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageGame
- Enclosing class:
- TdApi
public static class TdApi.MessageGame extends TdApi.MessageContent
A message with a game.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.Game
game
The game description. -
Constructor Summary
Constructors Constructor Description MessageGame()
A message with a game.MessageGame(TdApi.Game game)
A message with a game.MessageGame(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
Constructor Details
-
MessageGame
public MessageGame()A message with a game. -
MessageGame
A message with a game.- Parameters:
game
- Game The game description.
-
MessageGame
- 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()
-