# `Jido.Chat.Mention`
[🔗](https://github.com/agentjido/jido_chat/blob/v1.0.0/lib/jido/chat/mention.ex#L1)

Normalized mention entry used in `Jido.Chat.Incoming`.

# `t`

```elixir
@type t() :: %Jido.Chat.Mention{
  display_name: nil | nil | binary(),
  is_self: boolean(),
  mention_text: nil | nil | binary(),
  metadata: map(),
  user_id: nil | nil | binary(),
  username: nil | nil | binary()
}
```

# `new`

Creates a mention struct from map input.

# `schema`

Returns the Zoi schema for Mention.

---

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