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

This object represents the audios displayed on a user's profile.

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

- `total_count`: Total number of profile audios for the target user
- `audios`: Requested profile audios

# `t`

```elixir
@type t() :: %ExGram.Model.UserProfileAudios{
  audios: [ExGram.Model.Audio.t()],
  total_count: integer()
}
```

# `decode_as`

---

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