Dyte Chat Message
open class DyteChatMessage(val userId: String, val displayName: String, val read: Boolean, val pluginId: String?, val type: DyteMessageType, val time: String, val channelId: String?, val targetUserIds: List<String>?)