UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 172 B
export declare const TELEGRAM_MAX_CAPTION_LENGTH = 1024; export declare function splitTelegramCaption(text?: string): { caption?: string; followUpText?: string; };