UNPKG

@tgsnake/core

Version:

Pure Telegram MTProto library for nodejs

4 lines (3 loc) 173 B
import { MsgId } from './MsgId.js'; import { Message, TLObject } from '../../raw/index.js'; export declare function MsgFactory(): (body: TLObject, msgId: MsgId) => Message;