ChatPhotos constructor

ChatPhotos(
  1. {required int total_count,
  2. required List<ChatPhoto> photos,
  3. int? extra,
  4. int? clientId}
)

Contains a list of chat or user profile photos

Implementation

ChatPhotos