UNPKG

@kamuridesu/whatframework

Version:

A simple WhatsApp Bot Framework on top of Baileys

32 lines (31 loc) 600 B
import { VoteAggregation, PollVoteAggragation } from "./poll.js"; import { IBot, Media, GroupsData, Module, IMessageHandler, EntryPoint } from './bot.js'; import { IMessage, IGroup, IAuthor, IReactionMessage, IQuotedMessageUnparsed } from "./message.js"; import { ICommand, ICommands } from "./commands.js"; export { IBot, Media, GroupsData, Module, IMessageHandler, EntryPoint, VoteAggregation, PollVoteAggragation, IMessage, IGroup, ICommand, ICommands, IAuthor, IReactionMessage, IQuotedMessageUnparsed }