From c918182dec10cec5f8967d2c0e00aca837316afd Mon Sep 17 00:00:00 2001 From: sam01101 Date: Sun, 24 Jan 2021 00:20:43 +0800 Subject: [PATCH] Add time arg optional tips --- docs/cqhttp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cqhttp.md b/docs/cqhttp.md index 08b7fdb..b3e1894 100644 --- a/docs/cqhttp.md +++ b/docs/cqhttp.md @@ -106,7 +106,7 @@ Type : `reply` | `id` | int | 回复时所引用的消息id, 必须为本群消息. | | `text` | string | 自定义回复的信息 | | `qq` | int64 | 自定义回复时的自定义QQ, 如果使用自定义信息必须指定. | -| `time` | int64 | 自定义回复时的时间, 格式为Unix时间 | +| `time` | int64 | 可选. 自定义回复时的时间, 格式为Unix时间 | @@ -515,7 +515,7 @@ Type: `tts` 响应示例 -````json +````json5 { "data": { "messages": [ @@ -533,7 +533,7 @@ Type: `tts` "nickname": "发送者B", "user_id": 10087 }, - "time": 1595694393 + "time": 1595694393 // 可选 } ] },