UNPKG

@satorijs/adapter-whatsapp

Version:
5 lines (4 loc) 229 B
import { Session } from '@satorijs/core'; import { WhatsAppBot } from './bot'; import { Entry } from './types'; export declare function decodeSession(bot: WhatsAppBot, entry: Entry): Promise<Session<import("cordis").Context>[]>;