public static class TdApi.InternalLinkTypeTheme extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
themeName
Name of the theme.
|
Constructor and Description |
---|
InternalLinkTypeTheme()
The link is a link to a theme.
|
InternalLinkTypeTheme(java.lang.String themeName)
The link is a link to a theme.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String themeName
public static final int CONSTRUCTOR
public InternalLinkTypeTheme()
public InternalLinkTypeTheme(java.lang.String themeName)
themeName
- Name of the theme.public int getConstructor()
getConstructor
in class TdApi.InternalLinkType