Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeTheme
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InternalLinkType
-
- org.drinkless.tdlib.TdApi.InternalLinkTypeTheme
-
- Enclosing class:
- TdApi
public static class TdApi.InternalLinkTypeTheme extends TdApi.InternalLinkType
The link is a link to a theme. TDLib has no theme support yet.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringthemeNameName of the theme.
-
Constructor Summary
Constructors Constructor Description InternalLinkTypeTheme()The link is a link to a theme.InternalLinkTypeTheme(String themeName)The link is a link to a theme.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
themeName
public String themeName
Name of the theme.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InternalLinkTypeTheme
public InternalLinkTypeTheme()
The link is a link to a theme. TDLib has no theme support yet.
-
InternalLinkTypeTheme
public InternalLinkTypeTheme(String themeName)
The link is a link to a theme. TDLib has no theme support yet.- Parameters:
themeName- Name of the theme.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-