From 714dfa15230ed55add13e203f03fa3699dfea1d3 Mon Sep 17 00:00:00 2001 From: iyear Date: Fri, 4 Nov 2022 12:57:23 +0800 Subject: [PATCH] docs(README): new export format --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 393a3c764b..3d42f92dfa 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,11 @@ tdl chat export -c CHAT_INPUT # specify the time period with timestamp format, default is start from 1970-01-01, end to now tdl chat export -c CHAT_INPUT --from 1665700000 --to 1665761624 +# or (timestamp is default format) +tdl chat export -c CHAT_INPUT --from 1665700000 --to 1665761624 --time + +# specify with message id format, default is start from 0, end to latest message +tdl chat export -c CHAT_INPUT --from 100 --to 500 --msg # specify the output file path, default is `tdl-export.json` tdl chat export -c CHAT_INPUT -o /path/to/output.json