module UserProfilePhotos:sig..end
type user_profile_photos = {
|
total_count : |
|
photos : |
val create : total_count:int ->
photos:TelegramApi.PhotoSize.photo_size list list ->
unit -> user_profile_photosuser_profile_photos in a concise manner
Read user_profile_photos out of some JSON
val read : Yojson.Safe.json -> user_profile_photos