# `ExGram.Model.ManagedBotCreated`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.65.0/lib/ex_gram.ex#L4270)

This object contains information about the bot that was created to be managed by the current bot.

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

- `bot`: Information about the bot. The bot's token can be fetched using the method getManagedBotToken.

# `t`

```elixir
@type t() :: %ExGram.Model.ManagedBotCreated{bot: ExGram.Model.User.t()}
```

# `decode_as`

---

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