chatStatisticsSupergroup property
A detailed statistics about a supergroup chat
Implementation
ChatStatisticsSupergroup? get chatStatisticsSupergroup {
if (this is ChatStatisticsSupergroup) {
return this as ChatStatisticsSupergroup;
}
return null;
}