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;