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

This object represents a service message about a change in auto-delete timer settings.

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

- `message_auto_delete_time`: New auto-delete time for messages in the chat; in seconds

# `t`

```elixir
@type t() :: %ExGram.Model.MessageAutoDeleteTimerChanged{
  message_auto_delete_time: integer()
}
```

# `decode_as`

---

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