GetChatStatistics constructor

GetChatStatistics(
  1. {required int chat_id,
  2. required bool is_dark,
  3. int? extra,
  4. int? clientId}
)

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 ChatStatistics

Implementation

GetChatStatistics