ChatStatisticsSupergroup¶
A detailed statistics about a supergroup chat
ChatStatisticsSupergroup(
period: DateRange,
member_count: StatisticalValue,
message_count: StatisticalValue,
viewer_count: StatisticalValue,
sender_count: StatisticalValue,
member_count_graph: StatisticalGraph,
join_graph: StatisticalGraph,
join_by_source_graph: StatisticalGraph,
language_graph: StatisticalGraph,
message_content_graph: StatisticalGraph,
action_graph: StatisticalGraph,
day_graph: StatisticalGraph,
week_graph: StatisticalGraph,
top_senders: list of ChatStatisticsMessageSenderInfo,
top_administrators: list of ChatStatisticsAdministratorActionsInfo,
top_inviters: list of ChatStatisticsInviterInfo
) → ChatStatistics
period¶
A period to which the statistics applies
member_count¶
Number of members in the chat
message_count¶
Number of messages sent to the chat
viewer_count¶
Number of users who viewed messages in the chat
sender_count¶
Number of users who sent messages to the chat
member_count_graph¶
A graph containing number of members in the chat
join_graph¶
A graph containing number of members joined and left the chat
join_by_source_graph¶
A graph containing number of new member joins per source
language_graph¶
A graph containing distribution of active users per language
message_content_graph¶
A graph containing distribution of sent messages by content type
action_graph¶
A graph containing number of different actions in the chat
day_graph¶
A graph containing distribution of message views per hour
week_graph¶
A graph containing distribution of message views per day of week
top_senders¶
list of ChatStatisticsMessageSenderInfo
List of users sent most messages in the last week
top_administrators¶
list of ChatStatisticsAdministratorActionsInfo
List of most active administrators in the last week
top_inviters¶
list of ChatStatisticsInviterInfo
List of most active inviters of new members in the last week