intercom / intercom-dotnet

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

Updated model for conversation replys. #136

Closed JoeRall closed 5 years ago

JoeRall commented 5 years ago

Why?

Updated model that's returned when replying to a message.

See Docs

How?

Simply changed the return value to be a a Conversation vs a ConversationPart as the documentation expects.