onUserJoin
This callback will listen to people who join the group.
Command:
bot.userJoinCommand({
groupJid: 'group jid', // you can use the get variables here
code: `code`
})Code Breakdown:
Example:
bot.userJoinCommand({
groupJid: '[email protected]',
code: `Hello {user}, Welcome to {group}
Your profile pic: $profilePic[{userJid}]`
})Last updated