Class TdApi.LinkPreviewTypeTheme

Enclosing class:
TdApi

public static class TdApi.LinkPreviewTypeTheme extends TdApi.LinkPreviewType
The link is a link to a cloud theme. TDLib has no theme support yet.
  • Field Details

    • documents

      public TdApi.Document[] documents
      The list of files with theme description.
    • settings

      public TdApi.ThemeSettings settings
      Settings for the cloud theme.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • LinkPreviewTypeTheme

      public LinkPreviewTypeTheme()
      The link is a link to a cloud theme. TDLib has no theme support yet.
    • LinkPreviewTypeTheme

      public LinkPreviewTypeTheme(TdApi.Document[] documents, TdApi.ThemeSettings settings)
      The link is a link to a cloud theme. TDLib has no theme support yet.
      Parameters:
      documents - The list of files with theme description.
      settings - Settings for the cloud theme.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR