public static class TdApi.ChatStatisticsMessageInteractionInfo 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.
|
long |
messageId
Message identifier.
|
int |
viewCount
Number of times the message was viewed.
|
Constructor and Description |
---|
ChatStatisticsMessageInteractionInfo()
Contains statistics about interactions with a message.
|
ChatStatisticsMessageInteractionInfo(long messageId,
int viewCount,
int forwardCount)
Contains statistics about interactions with a message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long messageId
public int viewCount
public int forwardCount
public static final int CONSTRUCTOR
public ChatStatisticsMessageInteractionInfo()
public ChatStatisticsMessageInteractionInfo(long messageId, int viewCount, int forwardCount)
messageId
- Message identifier.viewCount
- Number of times the message was viewed.forwardCount
- Number of times the message was forwarded.public int getConstructor()
getConstructor
in class TdApi.Object