public static class TdApi.PageBlockAuthorDate extends TdApi.PageBlock
TdApi.PageBlock.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.PageBlock