<? If(Chat::findOne(['user_id'=>User::getId() ])) { echo'у вас есть новое сообщение в чате'; } ?>
<? Chat::delete(["user_id" =>User::getId()] ) ;