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

Describes that no specific value for the menu button was set.

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

- `type`: Type of the button, must be default

# `t`

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

# `decode_as`

---

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