brestok's picture
init
4cd2145
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 = {}