Module tdlight.api

Class TdApi.PageBlockAnchor

Enclosing class:
TdApi

public static final class TdApi.PageBlockAnchor extends TdApi.PageBlock
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
  • Field Details

  • Constructor Details

    • PageBlockAnchor

      public PageBlockAnchor()
      An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
    • PageBlockAnchor

      public PageBlockAnchor(String name)
      An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
      Parameters:
      name - String Name of the anchor.
    • PageBlockAnchor

      public PageBlockAnchor(DataInput input) throws IOException
      An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
      Throws:
      IOException
  • Method Details