ArchiveThreadEventImpl
open class ArchiveThreadEventImpl(val eventId: UUID = UUIDProvider.next()) : ChatThreadEvent, EventCallback.EventWithId
Event that archives the thread it was invoked upon.
Successful thread archivation will trigger thread list refresh.