from cbh.api.message.dto import Author from cbh.core.database import MongoBaseModel, PyObjectId class MessageModel(MongoBaseModel): chatId: str author: Author text: str moduleResponse: dict = {}