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

type Announce = ActorAndObjectOptTarget<AnnounceType>;

Indicates that the actor is calling the target's attention the object.

The origin typically has no defined meaning.

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