Skip to content

Commit 714dfa1

Browse files
committed
docs(README): new export format
1 parent facd471 commit 714dfa1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ tdl chat export -c CHAT_INPUT
236236

237237
# specify the time period with timestamp format, default is start from 1970-01-01, end to now
238238
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
239244

240245
# specify the output file path, default is `tdl-export.json`
241246
tdl chat export -c CHAT_INPUT -o /path/to/output.json

0 commit comments

Comments
 (0)