Package it.tdlight.jni
Class TdApi.PageBlockAuthorDate
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockAuthorDate
- Enclosing class:
- TdApi
public static class TdApi.PageBlockAuthorDate extends TdApi.PageBlock
The author and publishing date of a page.
-
Field Summary
Fields Modifier and Type Field Description TdApi.RichText
author
Author.static int
CONSTRUCTOR
int
publishDate
Point in time (Unix timestamp) when the article was published; 0 if unknown. -
Constructor Summary
Constructors Constructor Description PageBlockAuthorDate()
The author and publishing date of a page.PageBlockAuthorDate(TdApi.RichText author, int publishDate)
The author and publishing date of a page.PageBlockAuthorDate(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-