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>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| is_dark | bool | Pass true if a dark theme is used by the application. |
More details on telegram's documentation.