Package org.drinkless.tdlib
Class TdApi.StoryInteractionInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StoryInteractionInfo
- Enclosing class:
- TdApi
Contains information about interactions with a story.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intNumber of times the story was forwarded; 0 if none or unknown.intNumber of reactions added to the story; 0 if none or unknown.long[]Identifiers of at most 3 recent viewers of the story.intNumber of times the story was viewed. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about interactions with a story.StoryInteractionInfo(int viewCount, int forwardCount, int reactionCount, long[] recentViewerUserIds) Contains information about interactions with a story. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-