notificationSettingsScopeGroupChats property
Notification settings applied to all basic group and supergroup chats when the corresponding chat setting has a default value
Implementation
NotificationSettingsScopeGroupChats? get notificationSettingsScopeGroupChats {
if (this is NotificationSettingsScopeGroupChats) {
return this as NotificationSettingsScopeGroupChats;
}
return null;
}