public static class TdApi.StoryInteractionInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
forwardCount
Number of times the story was forwarded; 0 if none or unknown.
|
int |
reactionCount
Number of reactions added to the story; 0 if none or unknown.
|
long[] |
recentViewerUserIds
Identifiers of at most 3 recent viewers of the story.
|
int |
viewCount
Number of times the story was viewed.
|
| Constructor and Description |
|---|
StoryInteractionInfo()
Contains information about interactions with a story.
|
StoryInteractionInfo(int viewCount,
int forwardCount,
int reactionCount,
long[] recentViewerUserIds)
Contains information about interactions with a story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int viewCount
public int forwardCount
public int reactionCount
public long[] recentViewerUserIds
public static final int CONSTRUCTOR
public StoryInteractionInfo()
public StoryInteractionInfo(int viewCount,
int forwardCount,
int reactionCount,
long[] recentViewerUserIds)
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object