Class TdApi.WebPageInstantView

  • Enclosing class:
    TdApi

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

      • 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.
      • feedbackLink

        public TdApi.InternalLinkType feedbackLink
        An internal link to be opened to leave feedback about the instant view.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.