public static class TdApi.PageBlockSubtitle extends TdApi.PageBlock
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.RichText |
subtitle
Subtitle.
|
| Constructor and Description |
|---|
PageBlockSubtitle()
The subtitle of a page.
|
PageBlockSubtitle(TdApi.RichText subtitle)
The subtitle of a page.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.RichText subtitle
public static final int CONSTRUCTOR
public PageBlockSubtitle()
public PageBlockSubtitle(TdApi.RichText subtitle)
subtitle - Subtitle.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object