Does the SfChat control require specific properties for Messages?
In my MVVM, I do have the ObservableCollection<MessageModel> messages property to handle messages but the properties of the MessageModel are different than what's in the getting started documentation. Do they need to match e.g. Author, Text, etc?
Currently when I run the code, I'm getting a System.InvalidCastException: 'Object must implement IConvertible.' error.
Any suggestions?