Package it.tdlight.jni
Class TdApi.MessageInteractionInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageInteractionInfo
- Enclosing class:
- TdApi
public static class TdApi.MessageInteractionInfo extends TdApi.Object
Contains information about interactions
with a message.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
forwardCount
Number of times the message was forwarded.TdApi.MessageReplyInfo
replyInfo
Contains information about direct or indirect replies to the message; may be null.int
viewCount
Number of times the message was viewed. -
Constructor Summary
Constructors Constructor Description MessageInteractionInfo()
Contains information about interactions with a message.MessageInteractionInfo(int viewCount, int forwardCount, TdApi.MessageReplyInfo replyInfo)
Contains information about interactions with a message.MessageInteractionInfo(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
-
viewCount
public int viewCountNumber of times the message was viewed. -
forwardCount
public int forwardCountNumber of times the message was forwarded. -
replyInfo
Contains information about direct or indirect replies to the message; may be null. Currently, available only in channels with a discussion supergroup and discussion supergroups for messages, which are not replies itself. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageInteractionInfo
public MessageInteractionInfo()Contains information about interactions with a message. -
MessageInteractionInfo
Contains information about interactions with a message.- Parameters:
viewCount
- int Number of times the message was viewed.forwardCount
- int Number of times the message was forwarded.replyInfo
- MessageReplyInfo Contains information about direct or indirect replies to the message; may be null. Currently, available only in channels with a discussion supergroup and discussion supergroups for messages, which are not replies itself.
-
MessageInteractionInfo
- 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()
-