Group.prototype.getLiked(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }): Promise<Collection | null>
This is a list of every object from all of the actor's Like
activities, added as a
side effect.
The liked
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>