from dataclasses import dataclass @dataclass class SummaryDto: msg_date: str from_user: str to_user: str summary: str