2.5.1 • Published 8 months ago
@grammyjs/storage-file v2.5.1
File storage adapter for grammY
Storage adapter that can be used to store your session data in files when using sessions.
Installation
Node
npm install @grammyjs/storage-file --saveDeno
import { FileAdapter } from "https://deno.land/x/grammy_storages/file/src/mod.ts";Usage
You can check examples folder