Module tdlight.api

Class TdApi.PageBlockAuthorDate

Enclosing class:
TdApi

public static final class TdApi.PageBlockAuthorDate extends TdApi.PageBlock
The author and publishing date of a page.
  • Field Details

    • 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
      See Also:
  • Constructor Details

    • 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 - RichText Author.
      publishDate - int Point in time (Unix timestamp) when the article was published; 0 if unknown.
    • PageBlockAuthorDate

      public PageBlockAuthorDate(DataInput input) throws IOException
      The author and publishing date of a page.
      Throws:
      IOException
  • Method Details