intercom / intercom-dotnet

Intercom API client library for .NET
https://developers.intercom.io/reference
Apache License 2.0
63 stars 54 forks source link

added reply to last convo endpoint #133

Closed kmossco closed 5 years ago

kmossco commented 6 years ago

Added endpoint to reply to last user conversation. I added it under the AdminConversationClient as the Admin Initiated Message and Reply were already there too to keep consistency.

Closes #95