UserProfilePhoto

public struct UserProfilePhoto

A structure for the user’s photo.

  • The URL of the image.

    Declaration

    Swift

    public var value: String
  • Initialize a UserProfilePhoto instance.

    Declaration

    Swift

    public init(_ value: String)

    Parameters

    value

    The photo’s URL.