from aiogram.types import Chat, User def mention(user: User | Chat) -> str: return f'{user.full_name}'