ChatEntity

constructor(id: String = "", lastMessage: MessageEntity? = null, timestamp: Any = ServerValue.TIMESTAMP, type: Int = ChatType.PRIVATE.child, image: String = "", name: String = "", participants: Map<String, ChatParticipantEntity> = mutableMapOf())