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
Modifier and TypeFieldDescriptionstatic final int
int
Number of times the message was forwarded.long
Message identifier.int
Number of times the message was viewed. -
Constructor Summary
ConstructorDescriptionContains 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:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-