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

@fedify/botkit@0.2.0-dev.77+d1f283de
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
4 weeks ago (0.2.0-dev.77+d1f283de)
interface Like

A like of a message. It is a thin wrapper around a Like, which is a Fedify object.

Type Parameters

TContextData

The type of the context data.

Properties

readonly
raw: RawLike

The underlying raw Like activity.

readonly
id: URL

The URI of the like activity.

readonly
actor: Actor

The actor who liked the message.

The message that was liked.

Add Package

deno add jsr:@fedify/botkit

Import symbol

import { type Like } from "@fedify/botkit/reaction";

---- OR ----

Import directly with a jsr specifier

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