Package it.tdlight.jni
Class TdApi.MessageStatistics
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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 int
CONSTRUCTOR
TdApi.StatisticalGraph
messageInteractionGraph
A 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.MessageStatistics(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-