photos property

  1. @JsonKey.new(name: 'photos')
List<List<PhotoSize>> get photos
inherited

Requested profile pictures (in up to 4 sizes each)

Implementation

@JsonKey(name: 'photos')
List<List<PhotoSize>> get photos;