WechatMoments/entity/contact.py

17 lines
295 B
Python
Raw Normal View History

2024-03-28 23:04:06 +08:00
from dataclasses import dataclass
@dataclass
class Contact:
userName: str
alias: str
type: int
remark: str
nickName: str
pYInitial: str
remarkPYInitial: str
smallHeadImgUrl: str
bigHeadImgUrl: str
exTraBuf: str
labelName: str
latestTalkTime: int