Class TdApi.PageBlockEmbedded

  • Enclosing class:
    TdApi

    public static class TdApi.PageBlockEmbedded
    extends TdApi.PageBlock
    An embedded web page.
    • Field Detail

      • url

        public String url
        Web page URL, if available.
      • html

        public String html
        HTML-markup of the embedded page.
      • posterPhoto

        public TdApi.Photo posterPhoto
        Poster photo, if available; may be null.
      • width

        public int width
        Block width; 0 if unknown.
      • height

        public int height
        Block height; 0 if unknown.
      • isFullWidth

        public boolean isFullWidth
        True, if the block must be full width.
      • allowScrolling

        public boolean allowScrolling
        True, if scrolling needs to be allowed.
      • CONSTRUCTOR

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

      • PageBlockEmbedded

        public PageBlockEmbedded()
        An embedded web page.
      • PageBlockEmbedded

        public PageBlockEmbedded​(String url,
                                 String html,
                                 TdApi.Photo posterPhoto,
                                 int width,
                                 int height,
                                 TdApi.PageBlockCaption caption,
                                 boolean isFullWidth,
                                 boolean allowScrolling)
        An embedded web page.
        Parameters:
        url - Web page URL, if available.
        html - HTML-markup of the embedded page.
        posterPhoto - Poster photo, if available; may be null.
        width - Block width; 0 if unknown.
        height - Block height; 0 if unknown.
        caption - Block caption.
        isFullWidth - True, if the block must be full width.
        allowScrolling - True, if scrolling needs to be allowed.