Skip to main content
The Deno 2 Release Candidate is here
Learn more
class Actor
extends Base<ActorFields>
import { Actor } from "https://deno.land/x/activitypub@v0.1.0/mod.ts";

ActivityPub actors are generally one of the ActivityStreams Actor Types, but they don't have to be. For example, a Profile object might be used as an actor, or a type from an ActivityStreams extension. Actors are retrieved like any other Object in ActivityPub. Like other ActivityStreams objects, actors have an id, which is a URI. When entered directly into a user interface (for example on a login form), it is desirable to support simplified naming.

Docs