aeontel thread

Manage chat threads

Thread commands

aeontel thread delete

Soft-delete a thread (restorable until retention expires)

TypeScript
aeontel thread delete <id>
Shell
aeontel thread delete id_...

aeontel thread get-participant

Get a single thread participant

TypeScript
aeontel thread get-participant <participantId>
Shell
aeontel thread get-participant par_...

aeontel thread read

Mark a thread as read up to a message (default: latest)

TypeScript
aeontel thread read <id> [--message <id>]
Shell
aeontel thread read id_...

aeontel thread restore

Restore a soft-deleted thread

TypeScript
aeontel thread restore <id>
Shell
aeontel thread restore id_...