botman / driver-botframework

BotMan Microsoft Bot Framework Driver
MIT License
9 stars 12 forks source link

Welcome Message (contactRelationUpdate) #12

Open xippios opened 5 years ago

xippios commented 5 years ago

Original Issue: https://github.com/botman/botman/issues/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´

$botman->on('contactRelationUpdate', function($payload, $bot) {
    $bot->reply('Thanks for adding me :)');
});

Add your Skype Bot in Skype.