# `Codex.Events.ThreadNameUpdated`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.16.1/lib/codex/events.ex#L81)

Event emitted when the thread display name changes.

# `t`

```elixir
@type t() :: %Codex.Events.ThreadNameUpdated{
  thread_id: String.t(),
  thread_name: String.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
