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