UNPKG

@tgsnake/core

Version:

Pure Telegram MTProto library for nodejs

10 lines (9 loc) 223 B
import { RPCError } from '../RpcError.js'; export declare class NotFound extends RPCError { code: number; name: string; } export declare class PeerIdInvalid extends NotFound { id: string; message: string; }