public static class TdApi.PageBlockAuthorDate extends TdApi.PageBlock
| Modifier and Type | Field and Description |
|---|---|
TdApi.RichText |
author
Author.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
publishDate
Point in time (Unix timestamp) when the article was published; 0 if unknown.
|
| Constructor and Description |
|---|
PageBlockAuthorDate()
The author and publishing date of a page.
|
PageBlockAuthorDate(TdApi.RichText author,
int publishDate)
The author and publishing date of a page.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.RichText author
public int publishDate
public static final int CONSTRUCTOR
public PageBlockAuthorDate()
public PageBlockAuthorDate(TdApi.RichText author, int publishDate)
author - Author.publishDate - Point in time (Unix timestamp) when the article was published; 0 if unknown.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object