@@ -0,0 +1,7 @@
from aiogram import Bot
async def notify(bot: Bot, chat_id: int, text: str):
try:
await bot.send_message(chat_id, text)
except Exception:
pass
The note is not visible to the blocked user.