mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-10 00:02:37 -06:00
29 lines
482 B
JSON
29 lines
482 B
JSON
{
|
|
"guild": {
|
|
"id": "222",
|
|
"name": "Fixture Guild"
|
|
},
|
|
"channel": {
|
|
"id": "111",
|
|
"name": "fixture-room",
|
|
"category": "Testing Grounds"
|
|
},
|
|
"messages": [
|
|
{
|
|
"id": "1",
|
|
"timestamp": "2026-01-01T00:00:00Z",
|
|
"content": "first"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"timestamp": "2026-01-02T00:00:00Z",
|
|
"content": "second"
|
|
}
|
|
],
|
|
"dateRange": {
|
|
"after": null,
|
|
"before": null
|
|
},
|
|
"exportedAt": "2026-01-02T00:00:00Z"
|
|
}
|