UNPKG

telegram-updated

Version:

NodeJS/Browser MTProto API Telegram client library,

8 lines (7 loc) 202 B
import bigInt from "big-integer"; export declare class EntityCache { private cacheMap; constructor(); add(entities: any): void; get(item: bigInt.BigInteger | string | undefined): any; }