botnetframework / dotbot

A .NET Core based bot framework.
MIT License
3 stars 2 forks source link

Move mention parsing to adapters #13

Closed patriksvensson closed 7 years ago

patriksvensson commented 7 years ago

This way there will be no parsing logic in the parts itself which is a good thing since this can differ per adapter. Instead we'll add a (nullable) Recipient property to the Message object.