botman / driver-botframework

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

IncomingMessage recipient is set as conversation id but must be recipient #15

Open aparashchenko opened 5 years ago

aparashchenko commented 5 years ago

BotMan\Drivers\BotFramework\BotFrameworkDriver line 79 new IncomingMessage($message, $this->event->get('from')['id'], $this->event->get('conversation')['id'],

'conversation' replace with 'recipient'