method MemorySessionStorage.prototype.readAllimport { MemorySessionStorage } from "https://deno.land/x/grammy@v1.13.0/convenience/session.ts"; readAll()Reads the values for all keys of the session storage, and returns them as an array.