public static class TdApi.MessageInteractionInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
forwardCount
Number of times the message was forwarded.
|
TdApi.MessageReactions |
reactions
The list of reactions or tags added to the message; may be null.
|
TdApi.MessageReplyInfo |
replyInfo
Information about direct or indirect replies to the message; may be null.
|
int |
viewCount
Number of times the message was viewed.
|
| Constructor and Description |
|---|
MessageInteractionInfo()
Contains information about interactions with a message.
|
MessageInteractionInfo(int viewCount,
int forwardCount,
TdApi.MessageReplyInfo replyInfo,
TdApi.MessageReactions reactions)
Contains information about interactions with a message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int viewCount
public int forwardCount
public TdApi.MessageReplyInfo replyInfo
public TdApi.MessageReactions reactions
public static final int CONSTRUCTOR
public MessageInteractionInfo()
public MessageInteractionInfo(int viewCount,
int forwardCount,
TdApi.MessageReplyInfo replyInfo,
TdApi.MessageReactions reactions)
viewCount - Number of times the message was viewed.forwardCount - Number of times the message was forwarded.replyInfo - 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.reactions - The list of reactions or tags added to the message; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object