java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockEmbedded
- Enclosing class:
- TdApi
An embedded web page.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True, if scrolling needs to be allowed.Block caption.static final int
int
Block height; 0 if unknown.HTML-markup of the embedded page.boolean
True, if the block must be full width.Poster photo, if available; may be null.Web page URL, if available.int
Block width; 0 if unknown. -
Constructor Summary
ConstructorDescriptionAn embedded web page.PageBlockEmbedded
(DataInput input) PageBlockEmbedded
(String url, String html, TdApi.Photo posterPhoto, int width, int height, TdApi.PageBlockCaption caption, boolean isFullWidth, boolean allowScrolling) An embedded web page. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
url
Web page URL, if available. -
html
HTML-markup of the embedded page. -
posterPhoto
Poster photo, if available; may be null. -
width
public int widthBlock width; 0 if unknown. -
height
public int heightBlock height; 0 if unknown. -
isFullWidth
public boolean isFullWidthTrue, if the block must be full width. -
allowScrolling
public boolean allowScrollingTrue, if scrolling needs to be allowed. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
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
- String Web page URL, if available.html
- String HTML-markup of the embedded page.posterPhoto
- Photo Poster photo, if available; may be null.width
- int Block width; 0 if unknown.height
- int Block height; 0 if unknown.caption
- PageBlockCaption Block caption.isFullWidth
- boolean True, if the block must be full width.allowScrolling
- boolean True, if scrolling needs to be allowed.
-
PageBlockEmbedded
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-