public static class TdApi.MessageGame extends TdApi.MessageContent
TdApi.MessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Game |
game
The game description.
|
Constructor and Description |
---|
MessageGame()
A message with a game.
|
MessageGame(TdApi.Game game)
A message with a game.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Game game
public static final int CONSTRUCTOR
public MessageGame()
public MessageGame(TdApi.Game game)
game
- The game description.public int getConstructor()
getConstructor
in class TdApi.MessageContent