跳转至

group_msg

UserInfo_ws dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

user_name str

用户名

log_name str

用于在日志中记录用户信息

WsMessage dataclass

websocket消息

Attributes:

Name Type Description
msg_id int

消息id

msg_type str

消息类型

text str

文本内容

user UserInfo_ws

文本内容

create_time int

发送时间 10位时间戳 以秒为单位

WsMsgGroup dataclass

websocket消息组

Attributes:

Name Type Description
group_id str

消息组id

group_type int

消息组类别

messages list[WsMessage]

消息列表

WsMsgGroups dataclass

websocket消息组列表

Attributes:

Name Type Description
objs list[WsMsgGroup]

websocket消息组列表

err Exception | None

捕获的异常