Package org.drinkless.tdlib
Class TdApi.PageBlockCaption
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PageBlockCaption
-
- Enclosing class:
- TdApi
public static class TdApi.PageBlockCaption extends TdApi.Object
Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.RichTextcreditBlock credit (like HTML tag <cite>).TdApi.RichTexttextContent of the caption.
-
Constructor Summary
Constructors Constructor Description PageBlockCaption()Contains 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
text
public TdApi.RichText text
Content of the caption.
-
credit
public TdApi.RichText credit
Block credit (like HTML tag <cite>).
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageBlockCaption
public PageBlockCaption()
Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
-
PageBlockCaption
public 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.- Parameters:
text- Content of the caption.credit- Block credit (like HTML tag <cite>).
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-