public static class TdApi.InternalLinkTypeBackground extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
backgroundName
Name of the background.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
InternalLinkTypeBackground()
The link is a link to a background.
|
InternalLinkTypeBackground(java.lang.String backgroundName)
The link is a link to a background.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String backgroundName
public static final int CONSTRUCTOR
public InternalLinkTypeBackground()
public InternalLinkTypeBackground(java.lang.String backgroundName)
backgroundName - Name of the background.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object