UNPKG

wechaty-puppet-wechat4u

Version:
6 lines 332 B
import { WebMessageRawPayload } from '../../web-schemas.js'; import type * as PUPPET from 'wechaty-puppet'; import type { EventPayload } from './event.js'; declare const _default: (puppet: PUPPET.Puppet, message: WebMessageRawPayload) => Promise<EventPayload>; export default _default; //# sourceMappingURL=event-room-topic.d.ts.map