Skip to main content
Home
This release is a pre-release — the latest non-prerelease version of @fedify/botkit is 0.3.0. Jump to this version

@fedify/botkit@0.4.0-dev.172+8388e94a
Built and signed on GitHub Actions

A framework for creating ActivityPub bots

This package works with Deno
This package works with Deno
JSR Score
88%
Published
a month ago (0.4.0-dev.172+8388e94a)

Interfaces

I
AuthorizedMessage

An authorized message in the ActivityPub network. Usually it is a message published by the bot itself.

I
AuthorizedSharedMessage

An authorized shared message in the ActivityPub network. Usually it is a message shared by the bot itself.

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.

I
MessageShareOptions

Options for sharing a message.

I
SharedMessage

A shared message in the ActivityPub network. It is a thin wrapper around an Announce, which is a Fedify object.

Type Aliases

T
MessageClass

A possible message class.

T
MessageVisibility

The visibility of a message.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fedify/botkit

Import symbol

import * as mod from "@fedify/botkit/message";
or

Import directly with a jsr specifier

import * as mod from "jsr:@fedify/botkit/message";