public static class TdApi.InternalLinkTypeBackground extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.InternalLinkType