Module tdlight.api

Class TdApi.InternalLinkTypeBackground

Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeBackground extends TdApi.InternalLinkType
The link is a link to a background. Call searchBackground with the given background name to process the link.
  • Field Details

    • backgroundName

      public String backgroundName
      Name of the background.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InternalLinkTypeBackground

      public InternalLinkTypeBackground()
      The link is a link to a background. Call searchBackground with the given background name to process the link.
    • InternalLinkTypeBackground

      public InternalLinkTypeBackground(String backgroundName)
      The link is a link to a background. Call searchBackground with the given background name to process the link.
      Parameters:
      backgroundName - String Name of the background.
    • InternalLinkTypeBackground

      public InternalLinkTypeBackground(DataInput input) throws IOException
      The link is a link to a background. Call searchBackground with the given background name to process the link.
      Throws:
      IOException
  • Method Details