java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StoryInteractionInfo
- Enclosing class:
- TdApi
Contains information about interactions with a story.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Number of times the story was forwarded; 0 if none or unknown.int
Number of reactions added to the story; 0 if none or unknown.long[]
Identifiers of at most 3 recent viewers of the story.int
Number of times the story was viewed. -
Constructor Summary
ConstructorDescriptionContains information about interactions with a story.StoryInteractionInfo
(int viewCount, int forwardCount, int reactionCount, long[] recentViewerUserIds) Contains information about interactions with a story.StoryInteractionInfo
(DataInput input) Contains information about interactions with a story. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
viewCount
public int viewCountNumber of times the story was viewed. -
forwardCount
public int forwardCountNumber of times the story was forwarded; 0 if none or unknown. -
reactionCount
public int reactionCountNumber of reactions added to the story; 0 if none or unknown. -
recentViewerUserIds
public long[] recentViewerUserIdsIdentifiers of at most 3 recent viewers of the story. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier 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
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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-