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
Identifier uniquely determining type of the object.A graph containing number of message views and shares.A graph containing number of message reactions. -
Constructor Summary
ConstructorDescriptionA detailed statistics about a message.MessageStatistics
(TdApi.StatisticalGraph messageInteractionGraph, TdApi.StatisticalGraph messageReactionGraph) A detailed statistics about a message.MessageStatistics
(DataInput input) A detailed statistics about a message. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
messageInteractionGraph
A graph containing number of message views and shares. -
messageReactionGraph
A graph containing number of message reactions. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageStatistics
public MessageStatistics()A detailed statistics about a message. -
MessageStatistics
public MessageStatistics(TdApi.StatisticalGraph messageInteractionGraph, TdApi.StatisticalGraph messageReactionGraph) A detailed statistics about a message.- Parameters:
messageInteractionGraph
- A graph containing number of message views and shares.messageReactionGraph
- A graph containing number of message reactions.
-
MessageStatistics
A detailed statistics about a message.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-