ExGram.Model.UserProfilePhotos (ex_gram v0.40.0) View Source
This object represent a user's profile pictures.
Check the documentation of this model in https://core.telegram.org/bots/api#userprofilephotos
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.UserProfilePhotos{
photos: [[ExGram.Model.PhotoSize.t()]],
total_count: integer()
}