masto
    Preparing search index...

    Interface PreviewCardAuthor

    Represents an author in a rich preview card.

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

    Properties

    Properties

    account: mastodon.v1.Account | null

    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.