UNPKG

nv-fca

Version:

A node.js package for automating Facebook Messenger bot, and is one of the most advanced next-generation Facebook Chat API (FCA) by @NethWs3Dev (Kenneth Aceberos)

7 lines (6 loc) 115 B
"use strict"; module.exports = (defaultFuncs, api, ctx) => { return () => { return ctx.userID; }; };