UNPKG
wechaty-qnamaker
Version:
latest (0.6.2)
next (1.11.1)
1.11.1
1.0.2
0.7.2
0.6.2
0.6.1
0.5.1
0.4.8
0.4.7
0.4.6
QnAMaker.ai Plugin for Wechaty
github.com/wechaty/wechaty-qnamaker
wechaty/wechaty-qnamaker
wechaty-qnamaker
/
dist
/
src
/
mention-matcher.d.ts
4 lines
•
198 B
TypeScript
View Raw
1
2
3
4
import
{
Message
}
from
'wechaty'
;
declare
function
mentionMatcher
(
mention
:
boolean
):
(
message
:
Message
) =>
Promise
<
boolean
>;
export
{ mentionMatcher };
//# sourceMappingURL=mention-matcher.d.ts.map