From 3eda104a78960b3c104a705a8b22cab914369da0 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Tue, 27 Feb 2024 20:58:51 +0800 Subject: [PATCH] docs: comment --- src/ntqqapi/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntqqapi/types.ts b/src/ntqqapi/types.ts index fe2d5da..2d3f485 100644 --- a/src/ntqqapi/types.ts +++ b/src/ntqqapi/types.ts @@ -264,7 +264,7 @@ export interface VideoElement { export interface RawMessage { msgId: string; msgShortId?: number; // 自己维护的消息id - msgTime: string; + msgTime: string; // 时间戳,秒 msgSeq: string; senderUid: string; senderUin?: string; // 发送者QQ号