View Source ExTDLib.Object.ChatStatisticsSupergroup (ExTDLib v0.0.4)

A detailed statistics about a supergroup chat.

NameTypeDescription
perioddateRangeA period to which the statistics applies.
member_countstatisticalValueNumber of members in the chat.
message_countstatisticalValueNumber of messages sent to the chat.
viewer_countstatisticalValueNumber of users who viewed messages in the chat.
sender_countstatisticalValueNumber of users who sent messages to the chat.
member_count_graphStatisticalGraphA graph containing number of members in the chat.
join_graphStatisticalGraphA graph containing number of members joined and left the chat.
join_by_source_graphStatisticalGraphA graph containing number of new member joins per source.
language_graphStatisticalGraphA graph containing distribution of active users per language.
message_content_graphStatisticalGraphA graph containing distribution of sent messages by content type.
action_graphStatisticalGraphA graph containing number of different actions in the chat.
day_graphStatisticalGraphA graph containing distribution of message views per hour.
week_graphStatisticalGraphA graph containing distribution of message views per day of week.
top_senderschatStatisticsMessageSenderInfoList of users sent most messages in the last week.
top_administratorschatStatisticsAdministratorActionsInfoList of most active administrators in the last week.
top_inviterschatStatisticsInviterInfoList of most active inviters of new members in the last week.

More details on telegram's documentation.