Open leopellizzoni opened 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?
Thanks for the enum pull request. I did have some problems with that, which functions don’t work?
The enum ChannelStatus in MessageBird.Objects.Conversations do not have the options unavailable or not_verified which generate the following errors parsin the JSON:
MessageBird.Exceptions.ErrorException: Received response in an unexpected format! ---> Newtonsoft.Json.JsonSerializationException: Error converting value "unavailable" to type 'MessageBird.Objects.Conversations.ChannelStatus'
MessageBird.Exceptions.ErrorException: Received response in an unexpected format! ---> Newtonsoft.Json.JsonSerializationException: Error converting value "not_verified" to type 'MessageBird.Objects.Conversations.ChannelStatus'.