Skip to main content
Module

x/mtkruto/storage/2_storage_local_storage.ts>StorageLocalStorage#getMany

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method StorageLocalStorage.prototype.getMany
import { StorageLocalStorage } from "https://deno.land/x/mtkruto@0.2.24/storage/2_storage_local_storage.ts";

Parameters

optional
params: { limit?: number; reverse?: boolean; }

Returns

Generator<[readonly StorageKeyPart[], T]>