java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockAuthorDate
- Enclosing class:
- TdApi
The author and publishing date of a page.
-
Field Summary
Modifier and TypeFieldDescriptionAuthor.static final int
int
Point in time (Unix timestamp) when the article was published; 0 if unknown. -
Constructor Summary
ConstructorDescriptionThe author and publishing date of a page.PageBlockAuthorDate
(TdApi.RichText author, int publishDate) The author and publishing date of a page.PageBlockAuthorDate
(DataInput input) The author and publishing date of a page. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
author
Author. -
publishDate
public int publishDatePoint in time (Unix timestamp) when the article was published; 0 if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PageBlockAuthorDate
public PageBlockAuthorDate()The author and publishing date of a page. -
PageBlockAuthorDate
The author and publishing date of a page.- Parameters:
author
- RichText Author.publishDate
- int Point in time (Unix timestamp) when the article was published; 0 if unknown.
-
PageBlockAuthorDate
The author and publishing date of a page.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-