eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
4 lines (3 loc) • 300 B
TypeScript
import type { TelegramInstrumentationMetadata } from "#public/channels/telegram/index.js";
import type { TelegramChannelState } from "#public/channels/telegram/telegramChannel.js";
export declare function telegramInstrumentationMetadata(state: TelegramChannelState): TelegramInstrumentationMetadata;