InstagramRelationship

public struct InstagramRelationship: Decodable

The struct containing an Instagram relationship.

  • Your relationship to the user. Can be follows, requested, none.

    Declaration

    Swift

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

    Declaration

    Swift

    public let incomingStatus: String?