Package org.drinkless.tdlib
Class TdApi.PageBlockParagraph
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PageBlock
-
- org.drinkless.tdlib.TdApi.PageBlockParagraph
-
- Enclosing class:
- TdApi
public static class TdApi.PageBlockParagraph extends TdApi.PageBlock
A text paragraph.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.RichTexttextParagraph text.
-
Constructor Summary
Constructors Constructor Description PageBlockParagraph()A text paragraph.PageBlockParagraph(TdApi.RichText text)A text paragraph.
-
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
Paragraph text.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageBlockParagraph
public PageBlockParagraph()
A text paragraph.
-
PageBlockParagraph
public PageBlockParagraph(TdApi.RichText text)
A text paragraph.- Parameters:
text- Paragraph text.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-