Properties

public struct Properties : Codable

Properties of a Facebook profile picture.

  • url

    The URL from which the profile picture can be retrieved.

    Declaration

    Swift

    public var url: String
  • The height of the profile image, in pixels.

    Declaration

    Swift

    public var height: Int
  • The width of the profile image, in pixels.

    Declaration

    Swift

    public var width: Int