Class 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 Details

    • themeName

      public String themeName
      Name of the theme.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details