export default function TelegramPreview({ payload }) { if (!payload) return null; return (

텔레그램 미리보기

{payload.text}
); }