Package org.drinkless.tdlib
Class TdApi.InlineQueryResultGame
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InlineQueryResult
-
- org.drinkless.tdlib.TdApi.InlineQueryResultGame
-
- Enclosing class:
- TdApi
public static class TdApi.InlineQueryResultGame extends TdApi.InlineQueryResult
Represents information about a game.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.GamegameGame result.StringidUnique identifier of the query result.
-
Constructor Summary
Constructors Constructor Description InlineQueryResultGame()Represents information about a game.InlineQueryResultGame(String id, TdApi.Game game)Represents information about a game.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
id
public String id
Unique identifier of the query result.
-
game
public TdApi.Game game
Game result.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InlineQueryResultGame
public InlineQueryResultGame()
Represents information about a game.
-
InlineQueryResultGame
public InlineQueryResultGame(String id, TdApi.Game game)
Represents information about a game.- Parameters:
id- Unique identifier of the query result.game- Game result.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-