[][src]Type Definition activitystreams::actor::Group

type Group = Actor<GroupType>;

Represents a formal or informal collective of Actors.

This is just an alias for Actor<GroupType> because there's no fields inherent to Group that aren't already present on an Actor.