Module tdlight.api

Class TdApi.InternalLinkTypeTheme

Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeTheme extends TdApi.InternalLinkType
The link is a link to a theme. TDLib has no theme support yet.
  • Field Details

    • themeName

      public String themeName
      Name of the theme.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • 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 - String Name of the theme.
    • InternalLinkTypeTheme

      public InternalLinkTypeTheme(DataInput input) throws IOException
      The link is a link to a theme. TDLib has no theme support yet.
      Throws:
      IOException
  • Method Details