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 client throws an exception when attempting to retrieve a conversation message of type event. When inspecting the stack trace, this error message appears:
Error converting value "event" to type 'MessageBird.Objects.Conversations.ContentType'. Path 'items[0].type',
On initial inspection, issue seems to be the lack of an Event enum member in MessageBird.Objects.Conversations.ContentType.
Steps to reproduce
Start a conversation
Send a message of type event with some text content (e.g. when adding a note from a Flow)
Call ListConversationMessages from SDK client for that conversation
Excepted
Event message is retrieved successfully and content can be read
The text was updated successfully, but these errors were encountered:
The client throws an exception when attempting to retrieve a conversation message of type
event
. When inspecting the stack trace, this error message appears:On initial inspection, issue seems to be the lack of an Event enum member in
MessageBird.Objects.Conversations.ContentType
.Steps to reproduce
event
with some text content (e.g. when adding a note from a Flow)ListConversationMessages
from SDK client for that conversationExcepted
The text was updated successfully, but these errors were encountered: