java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatStatistics
it.tdlight.jni.TdApi.ChatStatisticsSupergroup
- Enclosing class:
- TdApi
A detailed statistics about a supergroup chat.
-
Field Summary
Modifier and TypeFieldDescriptionA graph containing number of different actions in the chat.static final int
A graph containing distribution of message views per hour.A graph containing number of new member joins per source.A graph containing number of members joined and left the chat.A graph containing distribution of active users per language.Number of members in the chat.A graph containing number of members in the chat.A graph containing distribution of sent messages by content type.Number of messages sent to the chat.A period to which the statistics applies.Number of users who sent messages to the chat.List of most active administrators in the last week.List of most active inviters of new members in the last week.List of users sent most messages in the last week.Number of users who viewed messages in the chat.A graph containing distribution of message views per day of week. -
Constructor Summary
ConstructorDescriptionA 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.A detailed statistics about a supergroup chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatStatisticsSupergroup
public ChatStatisticsSupergroup()A detailed statistics about a supergroup chat. -
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) A detailed statistics about a supergroup chat.- Parameters:
period
- DateRange A period to which the statistics applies.memberCount
- StatisticalValue Number of members in the chat.messageCount
- StatisticalValue Number of messages sent to the chat.viewerCount
- StatisticalValue Number of users who viewed messages in the chat.senderCount
- StatisticalValue Number of users who sent messages to the chat.memberCountGraph
- StatisticalGraph A graph containing number of members in the chat.joinGraph
- StatisticalGraph A graph containing number of members joined and left the chat.joinBySourceGraph
- StatisticalGraph A graph containing number of new member joins per source.languageGraph
- StatisticalGraph A graph containing distribution of active users per language.messageContentGraph
- StatisticalGraph A graph containing distribution of sent messages by content type.actionGraph
- StatisticalGraph A graph containing number of different actions in the chat.dayGraph
- StatisticalGraph A graph containing distribution of message views per hour.weekGraph
- StatisticalGraph A graph containing distribution of message views per day of week.topSenders
- ChatStatisticsMessageSenderInfo[] List of users sent most messages in the last week.topAdministrators
- ChatStatisticsAdministratorActionsInfo[] List of most active administrators in the last week.topInviters
- ChatStatisticsInviterInfo[] List of most active inviters of new members in the last week.
-
ChatStatisticsSupergroup
A detailed statistics about a supergroup chat.- 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()
-