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

Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.

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

- `type`: Scope type, must be default

# `t`

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

# `decode_as`

---

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