The options of the poll. Each option is a string. Every option must be unique, and must not be empty.
readonly string[]
A framework for creating ActivityPub bots
The options of the poll. Each option is a string. Every option must be unique, and must not be empty.
readonly string[]
Add Package
deno add jsr:@fedify/botkit
Import symbol
import { type Poll } from "@fedify/botkit/poll";
Import directly with a jsr specifier
import { type Poll } from "jsr:@fedify/botkit/poll";