public static class TdApi.InlineQueryResultGame extends TdApi.InlineQueryResult
TdApi.InlineQueryResult.Constructors| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Game |
game
Game result.
|
java.lang.String |
id
Unique identifier of the query result.
|
| Constructor and Description |
|---|
InlineQueryResultGame()
Represents information about a game.
|
InlineQueryResultGame(java.lang.String id,
TdApi.Game game)
Represents information about a game.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic java.lang.String id
public TdApi.Game game
public static final int CONSTRUCTOR
public InlineQueryResultGame()
public InlineQueryResultGame(java.lang.String id,
TdApi.Game game)
id - Unique identifier of the query result.game - Game result.public int getConstructor()
getConstructor in class TdApi.InlineQueryResult