public static class TdApi.ChatStatisticsInteractionInfo 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 object was forwarded.
|
TdApi.ChatStatisticsObjectType |
objectType
Type of the object.
|
int |
reactionCount
Number of times reactions were added to the object.
|
int |
viewCount
Number of times the object was viewed.
|
| Constructor and Description |
|---|
ChatStatisticsInteractionInfo()
Contains statistics about interactions with a message sent in the chat or a story sent by the chat.
|
ChatStatisticsInteractionInfo(TdApi.ChatStatisticsObjectType objectType,
int viewCount,
int forwardCount,
int reactionCount)
Contains statistics about interactions with a message sent in the chat or a story sent by the chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatStatisticsObjectType objectType
public int viewCount
public int forwardCount
public int reactionCount
public static final int CONSTRUCTOR
public ChatStatisticsInteractionInfo()
public ChatStatisticsInteractionInfo(TdApi.ChatStatisticsObjectType objectType, int viewCount, int forwardCount, int reactionCount)
objectType - Type of the object.viewCount - Number of times the object was viewed.forwardCount - Number of times the object was forwarded.reactionCount - Number of times reactions were added to the object.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object