View Source ExGram.Model.UserProfilePhotos (ex_gram v0.52.2)

This object represent a user's profile pictures.

Check the documentation of this model in https://core.telegram.org/bots/api#userprofilephotos

Summary

Types

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

Functions