Group.prototype.getFeaturedTags(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }): Promise<Collection | null>
What is known in Mastodon as "featured hashtags", hashtags that are featured
at people's profiles, is implemented using an extra property featuredTags
on the actor object that points to a Collection of Hashtag
objects specifically.
optional
options: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }
Promise<Collection | null>