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

This object contains information about the creation, token update, or owner update of a bot that is managed by the current bot.

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

- `user`: User that created the bot
- `bot`: Information about the bot. Token of the bot can be fetched using the method getManagedBotToken.

# `t`

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

# `decode_as`

---

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