You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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?
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'.
The text was updated successfully, but these errors were encountered: