UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 152 B
import type { Client } from "@buape/carbon"; export declare function sendTyping(params: { client: Client; channelId: string; }): Promise<void>;