GetChatStatistics constructor
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,
});