WechatMoments/entity/comment.py

9 lines
125 B
Python
Raw Normal View History

2024-06-08 18:09:36 +08:00
from dataclasses import dataclass
@dataclass
class Comment:
from_user_name: str
comment_type: int
content: str