Type alias AsyncAttachment

AsyncAttachment: {
    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

Generated using TypeDoc