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

type Accept = ActorAndObject<AcceptType>;

Indicates that the actor accepts the object.

The target property can be used in certain circumstances to indicate the context into which the object has been accepted.

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