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
totalCountTotal number of user profile photos
photosA list of photos
View on GitHub
Install in Dash
UserProfilePhotos Structure Reference