public static class TdApi.InputInlineQueryResultGame extends TdApi.InputInlineQueryResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
gameShortName
Short name of the game.
|
java.lang.String |
id
Unique identifier of the query result.
|
TdApi.ReplyMarkup |
replyMarkup
The message reply markup; pass null if none.
|
| Constructor and Description |
|---|
InputInlineQueryResultGame()
Represents a game.
|
InputInlineQueryResultGame(java.lang.String id,
java.lang.String gameShortName,
TdApi.ReplyMarkup replyMarkup)
Represents a game.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String id
public java.lang.String gameShortName
public TdApi.ReplyMarkup replyMarkup
public static final int CONSTRUCTOR
public InputInlineQueryResultGame()
public InputInlineQueryResultGame(java.lang.String id,
java.lang.String gameShortName,
TdApi.ReplyMarkup replyMarkup)
id - Unique identifier of the query result.gameShortName - Short name of the game.replyMarkup - The message reply markup; pass null if none. Must be of type replyMarkupInlineKeyboard or null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object