InterfacePreviewCardAuthor

Represents an author in a rich preview card.

interface PreviewCardAuthor {
    account: null | mastodon.v1.Account;
    name: string;
    url: string;
}

Properties

Properties

account: null | mastodon.v1.Account

The fediverse account of the author.

name: string

The original resource author’s name. Replaces the deprecated author_name attribute of the preview card.

url: string

A link to the author of the original resource. Replaces the deprecated author_url attribute of the preview card.