UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

12 lines 841 B
import { ContactGender, ContactType, } from './contact.js'; import { ScanStatus, } from './event.js'; import { FriendshipType, FriendshipSceneType, } from './friendship.js'; import { ImageType, } from './image.js'; import { MessageType, } from './message.js'; import { DirtyType } from './dirty.js'; import { CHAT_EVENT_DICT, PUPPET_EVENT_DICT, YOU, } from './puppet.js'; import { TapType, } from './tap.js'; import { PostType, isPostPayloadClient, isPostPayloadServer, } from './post.js'; import { sayablePayloads, sayableTypes, } from './sayable.js'; export { CHAT_EVENT_DICT, ContactGender, ContactType, DirtyType, FriendshipSceneType, FriendshipType, ImageType, isPostPayloadClient, isPostPayloadServer, MessageType, PostType, PUPPET_EVENT_DICT, sayablePayloads, sayableTypes, ScanStatus, TapType, YOU, }; //# sourceMappingURL=mod.js.map