1.2.0 • Published 4 years ago
@satont/grammy-file-storage v1.2.0
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 @satont/grammy-file-storage --save
Deno
import { FileAdapter } from "https://x.nest.land/grammy-file-storage@1.1.2/src/mod.ts";
Usage
You can check examples folder