java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputInlineQueryResult
it.tdlight.jni.TdApi.InputInlineQueryResultGame
- Enclosing class:
- TdApi
Represents a game.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Short name of the game.Unique identifier of the query result.The message reply markup; pass null if none. -
Constructor Summary
ConstructorDescriptionRepresents a game.Represents a game.InputInlineQueryResultGame
(String id, String gameShortName, TdApi.ReplyMarkup replyMarkup) Represents a game. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputInlineQueryResultGame
public InputInlineQueryResultGame()Represents a game. -
InputInlineQueryResultGame
Represents a game.- Parameters:
id
- String Unique identifier of the query result.gameShortName
- String Short name of the game.replyMarkup
- ReplyMarkup The message reply markup; pass null if none. Must be of type replyMarkupInlineKeyboard or null.
-
InputInlineQueryResultGame
Represents 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()
-