updateScopeNotificationSettings property

UpdateScopeNotificationSettings? updateScopeNotificationSettings

Notification settings for some type of chats were updated

Implementation

UpdateScopeNotificationSettings? get updateScopeNotificationSettings {
  if (this is UpdateScopeNotificationSettings) {
    return this as UpdateScopeNotificationSettings;
  }
  return null;
}