This release is a pre-release — the latest non-prerelease version of @fedify/botkit is 0.3.0. Jump to this version
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
A framework for creating ActivityPub bots
I
Message
A message in the ActivityPub network. It is a thin wrapper around
a Fedify object: an Article, a ChatMessage, a Note, or a Question.
T
MessageClass
A possible message class.
T
MessageVisibility
The visibility of a message.
Add Package
deno add jsr:@fedify/botkit
Import symbol
import * as mod from "@fedify/botkit/message";
Import directly with a jsr specifier
import * as mod from "jsr:@fedify/botkit/message";