public static class TdApi.InternalLinkTypeGame extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
botUsername
Username of the bot that owns the game.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
gameShortName
Short name of the game.
|
| Constructor and Description |
|---|
InternalLinkTypeGame()
The link is a link to a game.
|
InternalLinkTypeGame(java.lang.String botUsername,
java.lang.String gameShortName)
The link is a link to a game.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String botUsername
public java.lang.String gameShortName
public static final int CONSTRUCTOR
public InternalLinkTypeGame()
public InternalLinkTypeGame(java.lang.String botUsername,
java.lang.String gameShortName)
botUsername - Username of the bot that owns the game.gameShortName - Short name of the game.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object