Skip to main content
Module

x/mtkruto/mod.ts>StorageSessionStorage#getMany

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

Parameters

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

Returns

Generator<[readonly StorageKeyPart[], T]>