View Source ExTDLib.Method.GetChatStatistics (ExTDLib v0.0.4)

Returns detailed statistics about a chat. Currently, this method can be used only for supergroups and channels. Can be used only if supergroupFullInfo.can_get_statistics == true. Returns object_ptr<ChatStatistics>.

NameTypeDescription
chat_idstringChat identifier.
is_darkboolPass true if a dark theme is used by the application.

More details on telegram's documentation.