Skip to main content
Module

x/feomasto/priv/mast.ts>Status

Sync posts from Mastodon into FeoBlog
Go to Latest
interface Status
import { type Status } from "https://deno.land/x/feomasto@v0.1.0/priv/mast.ts";

Properties

id: string

Really should just be used for pagination with max_id

created_at: string

ex: "2019-12-08T03:48:33.901Z"

account: Account
optional
url: string

A link to the status's HTML representation.

uri: string

A link to the status's URI, used for federation:

content: string
optional
reblog: Status
visibility:
| "public"
| "unlisted"
| "private"
| "direct"
optional
spoiler_text: string
media_attachments: Attachment[]