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