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
      Identifier uniquely determining type of the object.
      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 - Content of the web page.
      viewCount - Number of the instant view views; 0 if unknown.
      version - Version of the instant view; currently, can be 1 or 2.
      isRtl - True, if the instant view must be shown from right to left.
      isFull - True, if the instant view contains the full page. A network request might be needed to get the full web page instant view.
      feedbackLink - 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.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object