{{ route.name || t("route.untitled") }}
{{ route.id }}
{{
tg.platform === "telegram"
? "Telegram"
: tg.platform === "feishu"
? t("route.feishu")
: "Discord"
}}
{{
t("route.fallback")
}}
{{ t("route.stop") }}
@roles
{{ summary }}
{{ t("route.noFilters") }}
{{
t("route.chat")
}}
{{ t("route.thread") }}
{{ t("route.channel") }}
{{
tg.chatId
}}
{{ tg.threadId }}
{{ tg.channelId }}