UserProfilePhoto public struct UserProfilePhoto A structure for the user’s photo. value The URL of the image. Declaration Swift public var value: String init(_:) Initialize a UserProfilePhoto instance. Declaration Swift public init(_ value: String) Parameters value The photo’s URL.