package telegraml

  1. Overview
  2. Docs
type user_profile_photos = {
  1. total_count : int;
  2. photos : PhotoSize.photo_size list list;
}

Represents a user's profile pictures, each in multiple sizes

val create : total_count:int -> photos:PhotoSize.photo_size list list -> unit -> user_profile_photos

Create user_profile_photos in a concise manner

Read user_profile_photos out of some JSON

Read user_profile_photos out of some JSON