View Source Telegex.Type.UserProfilePhotos (Telegex v1.1.0)

This object represent a user's profile pictures.

Link to this section Summary

Link to this section Types

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