# `ExGram.Model.CommunityChatAdded`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.69.0/lib/ex_gram.ex#L4921)

Describes a service message about a chat being added to a community.

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

- `community`: The new community to which the chat belongs

# `t`

```elixir
@type t() :: %ExGram.Model.CommunityChatAdded{community: ExGram.Model.Community.t()}
```

# `decode_as`

---

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