UNPKG

dograma

Version:

NodeJS/Browser MTProto API Telegram client library,

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