diff --git a/src/types.ts b/src/types.ts index 042c3e81c..87de0e04c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2145,9 +2145,9 @@ export type Attachment< footer_icon?: string; giphy?: GiphyData; image_url?: string; - mime_type?: string; latitude?: number; longitude?: number; + mime_type?: string; og_scrape_url?: string; original_height?: number; original_width?: number;