UNProfileImageLinks

public struct UNProfileImageLinks: Decodable

Holds the URLs for the different sizes of the user’s profile image

  • 32 by 32 pixels.

    Declaration

    Swift

    public var small  : URL?
  • 64 by 64 pixels.

    Declaration

    Swift

    public var medium : URL?
  • big

    128 by 128 pixels.

    Declaration

    Swift

    public var big    : URL?
  • Returns a Boolean value indicating whether the two UNProfileImageLinks have the same value for their variables.

    Declaration

    Swift

    public static func ==(lhs: UNProfileImageLinks, rhs: UNProfileImageLinks) -> Bool
  • Returns a Boolean value indicating whether the two UNProfileImageLinks have at least one value different.

    Declaration

    Swift

    public static func !=(lhs: UNProfileImageLinks, rhs: UNProfileImageLinks) -> Bool