public static class TdApi.PageBlockTitle extends TdApi.PageBlock
TdApi.PageBlock.Constructors
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() |
toString
public TdApi.RichText title
public static final int CONSTRUCTOR
public PageBlockTitle()
public PageBlockTitle(TdApi.RichText title)
title
- Title.public int getConstructor()
getConstructor
in class TdApi.PageBlock