> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lib.toolrinth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ThreadMessageBodyTypes

```ts theme={"theme":"github-dark-high-contrast"}
export enum ThreadMessageBodyTypes {
  STATUS_CHANGE = "status_change",
  TEXT = "text",
  THREAD_CLOSURE = "thread_closure",
  DELETED = "deleted",
}
```
