Module tdlight.api

Class TdApi.PageBlockRelatedArticle

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlockRelatedArticle
Enclosing class:
TdApi

public static final class TdApi.PageBlockRelatedArticle extends TdApi.Object
Contains information about a related article.
  • Field Details

    • url

      public String url
      Related article URL.
    • title

      public String title
      Article title; may be empty.
    • description

      public String description
      Article description; may be empty.
    • photo

      public TdApi.Photo photo
      Article photo; may be null.
    • author

      public String author
      Article author; may be empty.
    • 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:
  • Constructor Details

    • PageBlockRelatedArticle

      public PageBlockRelatedArticle()
      Contains information about a related article.
    • PageBlockRelatedArticle

      public PageBlockRelatedArticle(String url, String title, String description, TdApi.Photo photo, String author, int publishDate)
      Contains information about a related article.
      Parameters:
      url - Related article URL.
      title - Article title; may be empty.
      description - Article description; may be empty.
      photo - Article photo; may be null.
      author - Article author; may be empty.
      publishDate - Point in time (Unix timestamp) when the article was published; 0 if unknown.
    • PageBlockRelatedArticle

      public PageBlockRelatedArticle(DataInput input) throws IOException
      Contains information about a related article.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object