java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlockCaption
- Enclosing class:
- TdApi
Contains a caption of an instant view
web page block, consisting of a text
and a trailing credit.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Block credit (like HTML tag <cite>).Content of the caption. -
Constructor Summary
ConstructorDescriptionContains a caption of an instant view web page block, consisting of a text and a trailing credit.PageBlockCaption
(TdApi.RichText text, TdApi.RichText credit) Contains a caption of an instant view web page block, consisting of a text and a trailing credit.PageBlockCaption
(DataInput input) Contains a caption of an instant view web page block, consisting of a text and a trailing credit. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
text
Content of the caption. -
credit
Block credit (like HTML tag <cite>). -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PageBlockCaption
public PageBlockCaption()Contains a caption of an instant view web page block, consisting of a text and a trailing credit. -
PageBlockCaption
Contains a caption of an instant view web page block, consisting of a text and a trailing credit.- Parameters:
text
- RichText Content of the caption.credit
- RichText Block credit (like HTML tag <cite>).
-
PageBlockCaption
Contains a caption of an instant view web page block, consisting of a text and a trailing credit.- 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()
-