Package org.drinkless.tdlib
Class TdApi.PageBlockAuthorDate
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PageBlock
-
- org.drinkless.tdlib.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.RichTextauthorAuthor.static intCONSTRUCTORIdentifier uniquely determining type of the object.intpublishDatePoint 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
author
public TdApi.RichText author
Author.
-
publishDate
public int publishDate
Point in time (Unix timestamp) when the article was published; 0 if unknown.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageBlockAuthorDate
public PageBlockAuthorDate()
The author and publishing date of a page.
-
PageBlockAuthorDate
public PageBlockAuthorDate(TdApi.RichText author, int publishDate)
The author and publishing date of a page.- Parameters:
author- Author.publishDate- Point in time (Unix timestamp) when the article was published; 0 if unknown.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-