UNPKG

@botonic/core

Version:

Runtime and APIs for Botonic bots: actions, context, messaging, and integration hooks used by the **current** framework line.

4 lines (3 loc) 238 B
import type { BotServerMessage } from '../bot-server-message'; import type { TypingMode } from './types'; export declare function injectTypingEvents(messages: BotServerMessage[], mode: TypingMode | false | undefined): BotServerMessage[];