UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 218 B
import { API_CONSTANTS } from "grammy"; type TelegramUpdateType = (typeof API_CONSTANTS.ALL_UPDATE_TYPES)[number]; export declare function resolveTelegramAllowedUpdates(): ReadonlyArray<TelegramUpdateType>; export {};