An authorized message in the ActivityPub network. Usually it is a message published by the bot itself.
T extends MessageClass
The class of the message. One of Article
, ChatMessage
,
Note
, or Question
.
An authorized message in the ActivityPub network. Usually it is a message published by the bot itself.
T extends MessageClass
The class of the message. One of Article
, ChatMessage
,
Note
, or Question
.
Add Package
deno add jsr:@fedify/botkit
Import symbol
import { type AuthorizedMessage } from "@fedify/botkit/message";
---- OR ----
Import directly with a jsr specifier
import { type AuthorizedMessage } from "jsr:@fedify/botkit/message";