java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageStatistics
- Enclosing class:
- TdApi
A detailed statistics about a message.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
A graph containing number of message views and shares. -
Constructor Summary
ConstructorDescriptionA detailed statistics about a message.MessageStatistics
(TdApi.StatisticalGraph messageInteractionGraph) A detailed statistics about a message.MessageStatistics
(DataInput input) A detailed statistics about a message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
messageInteractionGraph
A graph containing number of message views and shares. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageStatistics
public MessageStatistics()A detailed statistics about a message. -
MessageStatistics
A detailed statistics about a message.- Parameters:
messageInteractionGraph
- StatisticalGraph A graph containing number of message views and shares.
-
MessageStatistics
A detailed statistics about a message.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-