Group.prototype.getFollowing(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }): Promise<Collection | null>
This is a list of everybody that the actor has followed, added as a
side effect.
The following
collection MUST be either an OrderedCollection
or a Collection and MAY be filtered on privileges of
an authenticated user or as appropriate when no authentication is given.
optional
options: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }
Promise<Collection | null>