masto
    Preparing search index...

    Interface TrendsTagsResource

    interface TrendsTagsResource {
        list: Method<Paginator<mastodon.v1.Admin.Tag[], undefined>>;
        $select(id: string): TrendsTags$SelectResource;
    }
    Index

    Properties

    Methods

    Properties

    list: Method<Paginator<mastodon.v1.Admin.Tag[], undefined>>

    Tags that are being used more frequently within the past week, including unapproved and unreviewed tags.

    Methods