public static class TdApi.PageBlockParagraph extends TdApi.PageBlock
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.RichText text
public static final int CONSTRUCTOR
public PageBlockParagraph()
public PageBlockParagraph(TdApi.RichText text)
text - Paragraph text.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object