public static class TdApi.PageBlockParagraph extends TdApi.PageBlock
TdApi.PageBlock.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.RichText |
text
Paragraph text.
|
Constructor and Description |
---|
PageBlockParagraph()
A text paragraph.
|
PageBlockParagraph(TdApi.RichText text)
A text paragraph.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.RichText text
public static final int CONSTRUCTOR
public PageBlockParagraph()
public PageBlockParagraph(TdApi.RichText text)
text
- Paragraph text.public int getConstructor()
getConstructor
in class TdApi.PageBlock