You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Messaging Service(s): BotFramework (Skype), Version 1.1.1
Cache Driver: file
Description:
Unable to trigger a Welcome Message using the the event fucntion ´on´ after adding my Bot in Skype. The propper event that should be fired is called contactRelationUpdate.
Steps To Reproduce:
Add to ´routes/botman.php´
$botman->on('contactRelationUpdate', function($payload, $bot) {
$bot->reply('Thanks for adding me :)');
});
Add your Skype Bot in Skype.
The text was updated successfully, but these errors were encountered:
Original Issue: botman/botman#970
Description:
Unable to trigger a Welcome Message using the the event fucntion ´on´ after adding my Bot in Skype. The propper event that should be fired is called
contactRelationUpdate
.Steps To Reproduce:
Add to ´routes/botman.php´
Add your Skype Bot in Skype.
The text was updated successfully, but these errors were encountered: