From 6cb979f5270e8cd99c034c163f62ac351a747f08 Mon Sep 17 00:00:00 2001 From: Lennart <1247198+totalimmersion@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:41:32 +0100 Subject: [PATCH] [CHA-0] - location attachments (#1398) --- src/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types.ts b/src/types.ts index afaf09e2f6..042c3e81cc 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2146,6 +2146,8 @@ export type Attachment< giphy?: GiphyData; image_url?: string; mime_type?: string; + latitude?: number; + longitude?: number; og_scrape_url?: string; original_height?: number; original_width?: number;