UNPKG

@stack.thefennec.dev/telegram-export-parser

Version:

TypeScript library for parsing Telegram Desktop's data export with full type safety

3 lines 215 B
import type { RawTelegramMessage } from '../types'; export declare const MESSAGE_PARSERS: import("../core/parser").Parser<RawTelegramMessage, import("../types").BaseMessage>[]; //# sourceMappingURL=messages.d.ts.map