Package it.tdlight.jni
Class TdApi.InputInlineQueryResultGame
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputInlineQueryResult
it.tdlight.jni.TdApi.InputInlineQueryResultGame
- Enclosing class:
- TdApi
public static class TdApi.InputInlineQueryResultGame extends TdApi.InputInlineQueryResult
Represents a game.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
gameShortName
Short name of the game.String
id
Unique identifier of the query result.TdApi.ReplyMarkup
replyMarkup
Message reply markup. -
Constructor Summary
Constructors Constructor Description InputInlineQueryResultGame()
Represents a game.InputInlineQueryResultGame(DataInput input)
InputInlineQueryResultGame(String id, String gameShortName, TdApi.ReplyMarkup replyMarkup)
Represents a game. -
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
-
id
Unique identifier of the query result. -
gameShortName
Short name of the game. -
replyMarkup
Message reply markup. Must be of type replyMarkupInlineKeyboard or null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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 Message reply markup. Must be of type replyMarkupInlineKeyboard or null.
-
InputInlineQueryResultGame
- 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()
-