Module tdlight.api

Class TdApi.WebPageInstantView

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.WebPageInstantView
Enclosing class:
TdApi

public static final class TdApi.WebPageInstantView extends TdApi.Object
Describes an instant view page for a web page.
  • Field Details

    • pageBlocks

      public TdApi.PageBlock[] pageBlocks
      Content of the web page.
    • viewCount

      public int viewCount
      Number of the instant view views; 0 if unknown.
    • version

      public int version
      Version of the instant view; currently, can be 1 or 2.
    • isRtl

      public boolean isRtl
      True, if the instant view must be shown from right to left.
    • isFull

      public boolean isFull
      True, if the instant view contains the full page. A network request might be needed to get the full web page instant view.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • WebPageInstantView

      public WebPageInstantView()
      Describes an instant view page for a web page.
    • WebPageInstantView

      public WebPageInstantView(TdApi.PageBlock[] pageBlocks, int viewCount, int version, boolean isRtl, boolean isFull, TdApi.InternalLinkType feedbackLink)
      Describes an instant view page for a web page.
      Parameters:
      pageBlocks - PageBlock[] Content of the web page.
      viewCount - int Number of the instant view views; 0 if unknown.
      version - int Version of the instant view; currently, can be 1 or 2.
      isRtl - boolean True, if the instant view must be shown from right to left.
      isFull - boolean True, if the instant view contains the full page. A network request might be needed to get the full web page instant view.
      feedbackLink - InternalLinkType An internal link to be opened to leave feedback about the instant view.
    • WebPageInstantView

      public WebPageInstantView(DataInput input) throws IOException
      Describes an instant view page for a web page.
      Throws:
      IOException
  • Method Details