public static class TdApi.ChatStatisticsSupergroup extends TdApi.ChatStatistics
TdApi.ChatStatistics.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.StatisticalGraph |
actionGraph
A graph containing number of different actions in the chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StatisticalGraph |
dayGraph
A graph containing distribution of message views per hour.
|
TdApi.StatisticalGraph |
joinBySourceGraph
A graph containing number of new member joins per source.
|
TdApi.StatisticalGraph |
joinGraph
A graph containing number of members joined and left the chat.
|
TdApi.StatisticalGraph |
languageGraph
A graph containing distribution of active users per language.
|
TdApi.StatisticalValue |
memberCount
Number of members in the chat.
|
TdApi.StatisticalGraph |
memberCountGraph
A graph containing number of members in the chat.
|
TdApi.StatisticalGraph |
messageContentGraph
A graph containing distribution of sent messages by content type.
|
TdApi.StatisticalValue |
messageCount
Number of messages sent to the chat.
|
TdApi.DateRange |
period
A period to which the statistics applies.
|
TdApi.StatisticalValue |
senderCount
Number of users who sent messages to the chat.
|
TdApi.ChatStatisticsAdministratorActionsInfo[] |
topAdministrators
List of most active administrators in the last week.
|
TdApi.ChatStatisticsInviterInfo[] |
topInviters
List of most active inviters of new members in the last week.
|
TdApi.ChatStatisticsMessageSenderInfo[] |
topSenders
List of users sent most messages in the last week.
|
TdApi.StatisticalValue |
viewerCount
Number of users who viewed messages in the chat.
|
TdApi.StatisticalGraph |
weekGraph
A graph containing distribution of message views per day of week.
|
Constructor and Description |
---|
ChatStatisticsSupergroup()
A detailed statistics about a supergroup chat.
|
ChatStatisticsSupergroup(TdApi.DateRange period,
TdApi.StatisticalValue memberCount,
TdApi.StatisticalValue messageCount,
TdApi.StatisticalValue viewerCount,
TdApi.StatisticalValue senderCount,
TdApi.StatisticalGraph memberCountGraph,
TdApi.StatisticalGraph joinGraph,
TdApi.StatisticalGraph joinBySourceGraph,
TdApi.StatisticalGraph languageGraph,
TdApi.StatisticalGraph messageContentGraph,
TdApi.StatisticalGraph actionGraph,
TdApi.StatisticalGraph dayGraph,
TdApi.StatisticalGraph weekGraph,
TdApi.ChatStatisticsMessageSenderInfo[] topSenders,
TdApi.ChatStatisticsAdministratorActionsInfo[] topAdministrators,
TdApi.ChatStatisticsInviterInfo[] topInviters)
A detailed statistics about a supergroup chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.DateRange period
public TdApi.StatisticalValue memberCount
public TdApi.StatisticalValue messageCount
public TdApi.StatisticalValue viewerCount
public TdApi.StatisticalValue senderCount
public TdApi.StatisticalGraph memberCountGraph
public TdApi.StatisticalGraph joinGraph
public TdApi.StatisticalGraph joinBySourceGraph
public TdApi.StatisticalGraph languageGraph
public TdApi.StatisticalGraph messageContentGraph
public TdApi.StatisticalGraph actionGraph
public TdApi.StatisticalGraph dayGraph
public TdApi.StatisticalGraph weekGraph
public TdApi.ChatStatisticsMessageSenderInfo[] topSenders
public TdApi.ChatStatisticsAdministratorActionsInfo[] topAdministrators
public TdApi.ChatStatisticsInviterInfo[] topInviters
public static final int CONSTRUCTOR
public ChatStatisticsSupergroup()
public ChatStatisticsSupergroup(TdApi.DateRange period, TdApi.StatisticalValue memberCount, TdApi.StatisticalValue messageCount, TdApi.StatisticalValue viewerCount, TdApi.StatisticalValue senderCount, TdApi.StatisticalGraph memberCountGraph, TdApi.StatisticalGraph joinGraph, TdApi.StatisticalGraph joinBySourceGraph, TdApi.StatisticalGraph languageGraph, TdApi.StatisticalGraph messageContentGraph, TdApi.StatisticalGraph actionGraph, TdApi.StatisticalGraph dayGraph, TdApi.StatisticalGraph weekGraph, TdApi.ChatStatisticsMessageSenderInfo[] topSenders, TdApi.ChatStatisticsAdministratorActionsInfo[] topAdministrators, TdApi.ChatStatisticsInviterInfo[] topInviters)
period
- A period to which the statistics applies.memberCount
- Number of members in the chat.messageCount
- Number of messages sent to the chat.viewerCount
- Number of users who viewed messages in the chat.senderCount
- Number of users who sent messages to the chat.memberCountGraph
- A graph containing number of members in the chat.joinGraph
- A graph containing number of members joined and left the chat.joinBySourceGraph
- A graph containing number of new member joins per source.languageGraph
- A graph containing distribution of active users per language.messageContentGraph
- A graph containing distribution of sent messages by content type.actionGraph
- A graph containing number of different actions in the chat.dayGraph
- A graph containing distribution of message views per hour.weekGraph
- A graph containing distribution of message views per day of week.topSenders
- List of users sent most messages in the last week.topAdministrators
- List of most active administrators in the last week.topInviters
- List of most active inviters of new members in the last week.public int getConstructor()
getConstructor
in class TdApi.ChatStatistics