# `ExGram.Model.BotName`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L5775)

This object represents the bot's name.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#botname)

- `name`: The bot's name

# `t`

```elixir
@type t() :: %ExGram.Model.BotName{name: String.t()}
```

# `decode_as`

---

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