public static class TdApi.StoryStatistics extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StatisticalGraph |
storyInteractionGraph
A graph containing number of story views and shares.
|
TdApi.StatisticalGraph |
storyReactionGraph
A graph containing number of story reactions.
|
| Constructor and Description |
|---|
StoryStatistics()
A detailed statistics about a story.
|
StoryStatistics(TdApi.StatisticalGraph storyInteractionGraph,
TdApi.StatisticalGraph storyReactionGraph)
A detailed statistics about a story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StatisticalGraph storyInteractionGraph
public TdApi.StatisticalGraph storyReactionGraph
public static final int CONSTRUCTOR
public StoryStatistics()
public StoryStatistics(TdApi.StatisticalGraph storyInteractionGraph, TdApi.StatisticalGraph storyReactionGraph)
storyInteractionGraph - A graph containing number of story views and shares.storyReactionGraph - A graph containing number of story reactions.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object