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

This object represents a service message about an edited forum topic.

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

- `name (optional)`: Optional. New name of the topic, if it was edited
- `icon_custom_emoji_id (optional)`: Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed

# `t`

```elixir
@type t() :: %ExGram.Model.ForumTopicEdited{
  icon_custom_emoji_id: String.t() | nil,
  name: String.t() | nil
}
```

# `decode_as`

---

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