{#if article.telegramMessage?.forwardedFrom} {@const from = article.telegramMessage.forwardedFrom}
↪️ Forwarded from {from.username ? `@${from.username}` : from.name}
{/if}
{article.category[0] ?? ''} · {sourceLabel} · ✈ Telegram
{#if article.telegramMessage?.channelAvatarUrl} {:else}
{/if} {article.telegramMessage?.channelName} @{article.telegramMessage?.channelUsername}
{article.body}
{#if media.length > 0}
{#each media as item, i (item.url)}
{#if item.type === 'video' || item.type === 'gif'} {:else} {/if}
{/each}
{/if}
{timeAgo(article.publishedAt)} · {exactTime(article.publishedAt)}