public static class TdApi.MessageStatistics extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StatisticalGraph |
messageInteractionGraph
A graph containing number of message views and shares.
|
Constructor and Description |
---|
MessageStatistics()
A detailed statistics about a message.
|
MessageStatistics(TdApi.StatisticalGraph messageInteractionGraph)
A detailed statistics about a message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.StatisticalGraph messageInteractionGraph
public static final int CONSTRUCTOR
public MessageStatistics()
public MessageStatistics(TdApi.StatisticalGraph messageInteractionGraph)
messageInteractionGraph
- A graph containing number of message views and shares.public int getConstructor()
getConstructor
in class TdApi.Object