We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facd471 commit 714dfa1Copy full SHA for 714dfa1
1 file changed
README.md
@@ -236,6 +236,11 @@ tdl chat export -c CHAT_INPUT
236
237
# specify the time period with timestamp format, default is start from 1970-01-01, end to now
238
tdl chat export -c CHAT_INPUT --from 1665700000 --to 1665761624
239
+# or (timestamp is default format)
240
+tdl chat export -c CHAT_INPUT --from 1665700000 --to 1665761624 --time
241
+
242
+# specify with message id format, default is start from 0, end to latest message
243
+tdl chat export -c CHAT_INPUT --from 100 --to 500 --msg
244
245
# specify the output file path, default is `tdl-export.json`
246
tdl chat export -c CHAT_INPUT -o /path/to/output.json
0 commit comments