Interface TrendsTagsResource

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

Methods

Methods