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

This object represent a user's profile pictures.

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

- `total_count`: Total number of profile pictures the target user has
- `photos`: Requested profile pictures (in up to 4 sizes each)

# `t`

```elixir
@type t() :: %ExGram.Model.UserProfilePhotos{
  photos: [[ExGram.Model.PhotoSize.t()]],
  total_count: integer()
}
```

# `decode_as`

---

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