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)
interface AuthorizedReaction

An authorized emoji reaction to a message. Usually it is a reaction that the bot itself made.

Type Parameters

TContextData

The type of the context data.

Methods

Undoes the reaction.

If the reaction is already undone, this method does nothing.

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 { type AuthorizedReaction } from "@fedify/botkit/reaction";
or

Import directly with a jsr specifier

import { type AuthorizedReaction } from "jsr:@fedify/botkit/reaction";