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