java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatStatisticsMessageInteractionInfo
- Enclosing class:
- TdApi
Contains statistics about interactions
with a message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintNumber of times the message was forwarded.longMessage identifier.intNumber of times the message was viewed. -
Constructor Summary
ConstructorsConstructorDescriptionContains statistics about interactions with a message.ChatStatisticsMessageInteractionInfo(long messageId, int viewCount, int forwardCount) Contains statistics about interactions with a message.Contains statistics about interactions with a message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
messageId
public long messageIdMessage identifier. -
viewCount
public int viewCountNumber of times the message was viewed. -
forwardCount
public int forwardCountNumber of times the message was forwarded. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatStatisticsMessageInteractionInfo
public ChatStatisticsMessageInteractionInfo()Contains statistics about interactions with a message. -
ChatStatisticsMessageInteractionInfo
public ChatStatisticsMessageInteractionInfo(long messageId, int viewCount, int forwardCount) Contains statistics about interactions with a message.- Parameters:
messageId- long Message identifier.viewCount- int Number of times the message was viewed.forwardCount- int Number of times the message was forwarded.
-
ChatStatisticsMessageInteractionInfo
Contains statistics about interactions with 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()
-