UserProfilePhotos
public struct UserProfilePhotos : Codable, Equatable, FunctionResult
Contains part of the list of user photos
-
Total number of user profile photos
Declaration
Swift
public let totalCount: Int32
-
A list of photos
Declaration
Swift
public let photos: [UserProfilePhoto]
-
Contains part of the list of user photos
Declaration
Swift
public init(totalCount: Int32, photos: [UserProfilePhoto])
Parameters
totalCount
Total number of user profile photos
photos
A list of photos