java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageStatistics
- Enclosing class:
- TdApi
A detailed statistics about a message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA graph containing number of message views and shares. -
Constructor Summary
ConstructorsConstructorDescriptionA 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-