Links

Chatlog

Chatlogs are used to save the last X messages in one channel. Like backups, chatlogs are linked to the creator account and can't be loaded by someone else.
All chatlog commands are only available for premium users.

Creating a chatlog

Create a chatlog of your channel. After the bot created the chatlog, it will tell you the chatlog id. You can find a list of your chatlogs with x?chatlog list

Syntax

x?chatlog create [count]

Arguments

count
The count of messages to save per channel
max: 0 / 250 / 500 / 1000 default: 250 optional

Loading a chatlog

Load a chatlog. You obviously need to create chatlog before you can use this command.
You can find a list of your backups with x?chatlog list.
Loading a chatlog can take multiple minutes. The bot might seem to pause multiple times during the process.

Syntax

x?chatlog load <chatlog-id> [count]

Arguments

chatlog-id
count
The id of the chatlog you want to load. You get this after creating a chatlog.
required
The count of messages to load from the chatlog
max: 0 / 250 / 500 / 1000 default: 250 optional

Deleting a chatlog

You obviously need to create chatlog before you can use this command.
You can find a list of your backups with x?backup list.
Deleting a chatlog is irreversible! Be careful with this command.

Syntax

x?chatlog delete <chatlog-id>

Arguments

backup-id
The id of the chatlog you want to delete. You get this after creating a chatlog.
required