diff --git a/src/status.ts b/src/status.ts
index f2938b4..9867459 100644
--- a/src/status.ts
+++ b/src/status.ts
@@ -76,10 +76,13 @@ export const handleStatus = async (
``,
``,
``,
- ``,
- ``
+ ``
];
+ if (userAgent?.indexOf('Telegram') === -1) {
+ headers.push(``)
+ }
+
if (tweet.translation) {
const { translation } = tweet;