This commit is contained in:
2025-12-31 22:01:35 +08:00
commit 2cba589b2e
13 changed files with 465 additions and 0 deletions

8
models/sender.py Normal file
View File

@@ -0,0 +1,8 @@
from dataclasses import dataclass
@dataclass
class Sender:
user_id: int
nickname: str
card: str = ""
role: str = "" # admin, owner, member