docs: comment

This commit is contained in:
linyuchen 2024-02-27 20:58:51 +08:00
parent b8aa3131b0
commit 3eda104a78

View File

@ -264,7 +264,7 @@ export interface VideoElement {
export interface RawMessage { export interface RawMessage {
msgId: string; msgId: string;
msgShortId?: number; // 自己维护的消息id msgShortId?: number; // 自己维护的消息id
msgTime: string; msgTime: string; // 时间戳,秒
msgSeq: string; msgSeq: string;
senderUid: string; senderUid: string;
senderUin?: string; // 发送者QQ号 senderUin?: string; // 发送者QQ号