Module tdlight.api

Class TdApi.StoryInteractionInfo

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

public static final class TdApi.StoryInteractionInfo extends TdApi.Object
Contains information about interactions with a story.
  • Field Details

    • viewCount

      public int viewCount
      Number of times the story was viewed.
    • forwardCount

      public int forwardCount
      Number of times the story was forwarded; 0 if none or unknown.
    • reactionCount

      public int reactionCount
      Number of reactions added to the story; 0 if none or unknown.
    • recentViewerUserIds

      public long[] recentViewerUserIds
      Identifiers of at most 3 recent viewers of the story.
    • CONSTRUCTOR

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

    • StoryInteractionInfo

      public StoryInteractionInfo()
      Contains information about interactions with a story.
    • StoryInteractionInfo

      public StoryInteractionInfo(int viewCount, int forwardCount, int reactionCount, long[] recentViewerUserIds)
      Contains information about interactions with a story.
      Parameters:
      viewCount - Number of times the story was viewed.
      forwardCount - Number of times the story was forwarded; 0 if none or unknown.
      reactionCount - Number of reactions added to the story; 0 if none or unknown.
      recentViewerUserIds - Identifiers of at most 3 recent viewers of the story.
    • StoryInteractionInfo

      public StoryInteractionInfo(DataInput input) throws IOException
      Contains information about interactions with 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