java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeGame
- Enclosing class:
- TdApi
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
Modifier and TypeFieldDescriptionUsername of the bot that owns the game.static final int
Short name of the game. -
Constructor Summary
ConstructorDescriptionThe link is a link to a game.InternalLinkTypeGame
(DataInput input) The link is a link to a game.InternalLinkTypeGame
(String botUsername, String gameShortName) The link is a link to a game. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
botUsername
Username of the bot that owns the game. -
gameShortName
Short name of the game. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
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
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
- String Username of the bot that owns the game.gameShortName
- String Short name of the game.
-
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.- 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()
-