GetChatStatistics constructor

const GetChatStatistics({
  1. required int chatId,
  2. required bool isDark,
})

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

Implementation

const GetChatStatistics({
  required this.chatId,
  required this.isDark,
});