Skip to main content
Module

x/smallbot_matrix/mod.ts>ISmallBotConfig

Small Matrix Little Bot for Deno
Latest
interface ISmallBotConfig
Re-export
import { type ISmallBotConfig } from "https://deno.land/x/smallbot_matrix@0.1.2/mod.ts";

Properties

eventHandler: (
client: SmallBot,
roomId: string,
) => Promise<void>
accessToken: string
optional
homeserverUrl: string
optional
syncTimeout: number
optional
userId: string
optional
logger: ISmallBotLogger
optional
store: ISmallBotStore
optional
formatHTMLtoPlain: (html: string) => string