Package org.drinkless.tdlib
Class TdApi.MessageStatistics
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageStatistics
-
- Enclosing class:
- TdApi
public static class TdApi.MessageStatistics extends TdApi.Object
A detailed statistics about a message.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.StatisticalGraphmessageInteractionGraphA graph containing number of message views and shares.
-
Constructor Summary
Constructors Constructor Description MessageStatistics()A detailed statistics about a message.MessageStatistics(TdApi.StatisticalGraph messageInteractionGraph)A detailed statistics about a message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
messageInteractionGraph
public TdApi.StatisticalGraph messageInteractionGraph
A graph containing number of message views and shares.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageStatistics
public MessageStatistics()
A detailed statistics about a message.
-
MessageStatistics
public MessageStatistics(TdApi.StatisticalGraph messageInteractionGraph)
A detailed statistics about a message.- Parameters:
messageInteractionGraph- A graph containing number of message views and shares.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-