We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When people join group, after resolving the peer bot, send the bot a message as on board hook.
For example,
{ "fromUserId": "{{groupName}}", "textMessage": "__welcome_new_member_onboard", "faqBestReplyThreshold": 0.6, "faqSuggReplyThreshold": 0.35, "extras": {username: talker.name()} }
About extras, check out https://docs.chatopera.com/products/chatbot-platform/references/sdk/chatbot/chat.html#%E6%A3%80%E7%B4%A2%E5%A4%9A%E8%BD%AE%E5%AF%B9%E8%AF%9D
The text was updated successfully, but these errors were encountered:
mukaiu
No branches or pull requests
Description
When people join group, after resolving the peer bot, send the bot a message as on board hook.
Solution
For example,
About extras, check out
https://docs.chatopera.com/products/chatbot-platform/references/sdk/chatbot/chat.html#%E6%A3%80%E7%B4%A2%E5%A4%9A%E8%BD%AE%E5%AF%B9%E8%AF%9D
The text was updated successfully, but these errors were encountered: