Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface ISptCommand
Re-export
import { type ISptCommand } from "https://deno.land/x/sptaki@1.2.0/helpers/mod.ts";

Methods

getCommand(): string
getCommandHelp(): string
performAction(
commandHandler: IUserDialogInfo,
sessionId: string,
): string