masto
    Preparing search index...

    Interface TrendsTagsResource

    interface TrendsTagsResource {
        list(
            params?: ListTrendsParams,
            meta?: HttpMetaParams<"none">,
        ): Paginator<mastodon.v1.Tag[], ListTrendsParams>;
    }
    Index

    Methods

    Methods