InstagramRelationship

public struct InstagramRelationship : Decodable

The struct containing an Instagram relationship.

  • Your relationship to the user. It can be follows, requested or none.

    Declaration

    Swift

    public let outgoingStatus: String
  • A user’s relationship to you. It can be followed_by, requested_by, blocked_by_you or none.

    Declaration

    Swift

    public let incomingStatus: String?