Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeGame
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InternalLinkType
-
- org.drinkless.tdlib.TdApi.InternalLinkTypeGame
-
- Enclosing class:
- TdApi
public static class TdApi.InternalLinkTypeGame extends TdApi.InternalLinkType
The link is a link to a game. Call searchPublicChat with the given bot username, check that the user is a bot, ask the current user to select a chat to send the game, and then call sendMessage with inputMessageGame.
-
-
Field Summary
Fields Modifier and Type Field Description StringbotUsernameUsername of the bot that owns the game.static intCONSTRUCTORIdentifier uniquely determining type of the object.StringgameShortNameShort name of the game.
-
Constructor Summary
Constructors Constructor Description InternalLinkTypeGame()The link is a link to a game.InternalLinkTypeGame(String botUsername, String gameShortName)The link is a link to 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
-
botUsername
public String botUsername
Username of the bot that owns the game.
-
gameShortName
public String gameShortName
Short name of the game.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InternalLinkTypeGame
public InternalLinkTypeGame()
The link is a link to a game. Call searchPublicChat with the given bot username, check that the user is a bot, ask the current user to select a chat to send the game, and then call sendMessage with inputMessageGame.
-
InternalLinkTypeGame
public InternalLinkTypeGame(String botUsername, String gameShortName)
The link is a link to a game. Call searchPublicChat with the given bot username, check that the user is a bot, ask the current user to select a chat to send the game, and then call sendMessage with inputMessageGame.- Parameters:
botUsername- Username of the bot that owns the game.gameShortName- Short name of the game.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-