Skip to main content
Module

x/feomasto/priv/mast.ts>Account

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

Properties

acct: string

ex: "foo@example.social" for remote users, or just "foo" for local users.

optional
display_name: string
url: string

URL to view a user's page. (May be private)