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
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
It's impossible to store all types of messages and get their content
Describe the solution you'd like
A some sort of getStringContent() method to the Message interface which will return the content of any form of message, for the UserMessage it'll return the content if the content is a string, otherwise if it's a Content it'll return the text content or the image url
Is your feature request related to a problem? Please describe.
It's impossible to store all types of messages and get their content
Describe the solution you'd like
A some sort of
getStringContent()method to theMessageinterface which will return the content of any form of message, for theUserMessageit'll return the content if the content is a string, otherwise if it's aContentit'll return the text content or the image url