- Preparing search index...
- The search index is not available
megalodon
Type alias AsyncAttachment
Async
Attachment
: { blurhash
: string | null; description
: string | null; id
: string; meta
: Meta | null; preview_url
: string; remote_url
: string | null; text_url
: string | null; type
: "unknown" | "image" | "gifv" | "video" | "audio"; url
: string | null; }
Type declaration
-
blurhash: string | null
-
description: string | null
-
id: string
-
meta: Meta | null
-
preview_url: string
-
remote_url: string | null
-
text_url: string | null
-
type: "unknown" | "image" | "gifv" | "video" | "audio"
-
url: string | null