Module tdlight.api

Class TdApi.StoryViewer

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

public static final class TdApi.StoryViewer extends TdApi.Object
Represents a viewer of a story.
  • Field Details

    • userId

      public long userId
      User identifier of the viewer.
    • viewDate

      public int viewDate
      Approximate point in time (Unix timestamp) when the story was viewed.
    • blockList

      public TdApi.BlockList blockList
      Block list to which the user is added; may be null if none.
    • chosenReactionType

      public TdApi.ReactionType chosenReactionType
      Type of the reaction that was chosen by the user; may be null if none.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • StoryViewer

      public StoryViewer()
      Represents a viewer of a story.
    • StoryViewer

      public StoryViewer(long userId, int viewDate, TdApi.BlockList blockList, TdApi.ReactionType chosenReactionType)
      Represents a viewer of a story.
      Parameters:
      userId - User identifier of the viewer.
      viewDate - Approximate point in time (Unix timestamp) when the story was viewed.
      blockList - Block list to which the user is added; may be null if none.
      chosenReactionType - Type of the reaction that was chosen by the user; may be null if none.
    • StoryViewer

      public StoryViewer(DataInput input) throws IOException
      Represents a viewer of a story.
      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