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

BotCommandScope model. Valid subtypes: BotCommandScopeDefault, BotCommandScopeAllPrivateChats, BotCommandScopeAllGroupChats, BotCommandScopeAllChatAdministrators, BotCommandScopeChat, BotCommandScopeChatAdministrators, BotCommandScopeChatMember

# `t`

```elixir
@type t() ::
  ExGram.Model.BotCommandScopeDefault.t()
  | ExGram.Model.BotCommandScopeAllPrivateChats.t()
  | ExGram.Model.BotCommandScopeAllGroupChats.t()
  | ExGram.Model.BotCommandScopeAllChatAdministrators.t()
  | ExGram.Model.BotCommandScopeChat.t()
  | ExGram.Model.BotCommandScopeChatAdministrators.t()
  | ExGram.Model.BotCommandScopeChatMember.t()
```

# `decode_as`

# `subtypes`

---

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