Skip to content

Commit

Permalink
[CHA-0] - location attachments (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
totalimmersion authored Nov 26, 2024
1 parent fe71c41 commit 6cb979f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6cb979f

Please sign in to comment.