[][src]Type Definition activitystreams::activity::Listen

type Listen = ActorAndObject<ListenType>;

Indicates that the actor has listened to the object.

This is just an alias for Object<ListenType> because there's no fields inherent to Listen that aren't already present on an ActorAndObject.