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