messagebird / csharp-rest-api

This repository contains the open source C# client for MessageBird's REST API.
ISC License
54 stars 60 forks source link

ChannelStatus unavailable or not_verified #99

Open leopellizzoni opened 3 years ago

leopellizzoni commented 3 years ago

The enum ChannelStatus in MessageBird.Objects.Conversations do not have the options unavailable or not_verified which generate the following errors parsin the JSON:

LeanZo commented 3 years ago

I submitted a pull request to add these two options to the enum, I am also having trouble with not_verified. Some fuctions of my app are not working because of it. Did you find a workaround for this problem?

leopellizzoni commented 3 years ago

Thanks for the enum pull request. I did have some problems with that, which functions don’t work?