interface Tag {
    history: mastodon.v1.Admin.TagHistory[];
    id: string;
    name: string;
    requiresReview: boolean;
    trendable: boolean;
    url: string;
    usable: boolean;
}

Properties

id: string

The ID of the Tag in the database.

name: string
requiresReview: boolean

Whether the hashtag has not been reviewed yet to approve or deny its trending.

trendable: boolean

Whether the hashtag has been approved to trend.

url: string
usable: boolean

Whether the hashtag has not been disabled from auto-linking.