WechatMoments/entity/comment.py
2024-06-08 18:09:36 +08:00

9 lines
125 B
Python

from dataclasses import dataclass
@dataclass
class Comment:
from_user_name: str
comment_type: int
content: str