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

type TentativeAccept = ActorAndObject<TentativeAcceptType>;

A specialization of Accept indicating that the acceptance is tentative.

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