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
As you can see above, it gives me a status as null.
Because there is no member for rejected status in ConversationMessageStatus enum class.
Maybe there can be more missing status.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello!
There is a missing status in
ConversationMessageStatus
enum class unlike your REST API.When I call your API as
https://conversations.messagebird.com/v1/messages/dc841a129e4144a68809a4300342dd13
.It gives me a response as below:
But, unlike your API, when I call
viewConversationMessage()
method inMessageBirdClient
class, it gives me as below:As you can see above, it gives me a status as
null
.Because there is no member for
rejected
status inConversationMessageStatus
enum class.Maybe there can be more missing status.
Thank you.
The text was updated successfully, but these errors were encountered: